summaryrefslogtreecommitdiffstats
path: root/packaging/ios
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-09-06 17:37:59 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-09-10 08:38:19 -0700
commit33f006194b5cbe78761f44ac2297e857055446c8 (patch)
treef2caf27c91cc550966062ac88cbd17ead897b4b3 /packaging/ios
parent285c3a9b6659dd82024dc0ea84cbb08f3178fab5 (diff)
downloadsubsurface-33f006194b5cbe78761f44ac2297e857055446c8.tar.gz
iOS build: no longer request location information
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/ios')
-rw-r--r--packaging/ios/Info.plist.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/packaging/ios/Info.plist.in b/packaging/ios/Info.plist.in
index 4461ed291..5b044d389 100644
--- a/packaging/ios/Info.plist.in
+++ b/packaging/ios/Info.plist.in
@@ -69,10 +69,6 @@
<string>Copyright © 2011-2016 Linus Torvalds, Dirk Hohndel, Tomaz Canabrava and the Subsurface developer team</string>
<key>NSMainNibFile</key>
<string>SubsurfaceMobileLaunch</string>
- <key>UIBackgroundModes</key>
- <array>
- <string>location</string>
- </array>
<key>UILaunchStoryboardName</key>
<string>SubsurfaceMobileLaunch</string>
<key>UISupportedInterfaceOrientations</key>
@@ -82,7 +78,5 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</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>
</plist>