diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-03-24 05:41:44 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-24 05:41:44 -0700 |
commit | 78a8137963c848dc6ec6c8ff1b593902c5f8be64 (patch) | |
tree | 2b4a4401c6d159c6cbf79f5cda14cc93934084d3 | |
parent | f9e68f13f353d4e1811bc0c9a7d38b3cfed146e8 (diff) | |
download | subsurface-78a8137963c848dc6ec6c8ff1b593902c5f8be64.tar.gz |
iOS build: enable access to GPS location
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | packaging/ios/Info.plist.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packaging/ios/Info.plist.in b/packaging/ios/Info.plist.in index a1af22289..ea794643b 100644 --- a/packaging/ios/Info.plist.in +++ b/packaging/ios/Info.plist.in @@ -82,5 +82,10 @@ <string>UIInterfaceOrientationLandscapeLeft</string> <string>UIInterfaceOrientationLandscapeRight</string> </array> + <key>UIRequiredDeviceCapabilities</key> + <array> + <string>location-services</string> + <string>gps</string> + </array> </dict> </plist> |