diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-09-06 17:37:59 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-09-10 08:38:19 -0700 |
commit | 33f006194b5cbe78761f44ac2297e857055446c8 (patch) | |
tree | f2caf27c91cc550966062ac88cbd17ead897b4b3 /packaging/ios | |
parent | 285c3a9b6659dd82024dc0ea84cbb08f3178fab5 (diff) | |
download | subsurface-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.in | 6 |
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> |