aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-24 17:28:47 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-24 17:28:47 -0700
commitdc1cd40721754a19e86a476a3fbb2e83215a421f (patch)
tree5a6eefe1713c08cd35d34864ecaa80255c75bf95
parenta9cf089e1c6ca4bd6a53517ecdb7c25f4fafbb28 (diff)
downloadsubsurface-dc1cd40721754a19e86a476a3fbb2e83215a421f.tar.gz
Revert "iOS build: enable access to GPS location"
This reverts commit 78a8137963c848dc6ec6c8ff1b593902c5f8be64. These keys don't enable access, they require the device to have GPS support. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--packaging/ios/Info.plist.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/packaging/ios/Info.plist.in b/packaging/ios/Info.plist.in
index d36c5d728..4c119bffc 100644
--- a/packaging/ios/Info.plist.in
+++ b/packaging/ios/Info.plist.in
@@ -82,11 +82,6 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
- <key>UIRequiredDeviceCapabilities</key>
- <array>
- <string>location-services</string>
- <string>gps</string>
- </array>
<key>NSLocationAlwaysUsageDescription</key>
<string>When the GPS background service is running, Subsurface-mobile continues to collect GPS positions which can then be matched with dive records.</string>
</dict>