mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
iOS build: no longer request location information
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
285c3a9b66
commit
33f006194b
1 changed files with 0 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue