mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
iOS: don't request GPS permission anymore
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
539455071c
commit
64098aeb2e
1 changed files with 0 additions and 7 deletions
|
@ -42,7 +42,6 @@
|
|||
<key>UIBackgroundModes</key>
|
||||
<array>
|
||||
<string>bluetooth-central</string>
|
||||
<string>location</string>
|
||||
</array>
|
||||
<key>NSBluetoothAlwaysUsageDescription</key>
|
||||
<string>Subsurface-mobile can download dive information directly from some Bluetooth LE enabled dive computers; for this it needs access to your Bluetooth peripherals.</string>
|
||||
|
@ -50,12 +49,6 @@
|
|||
<string>Subsurface-mobile can download dive information directly from some Bluetooth LE enabled dive computers; for this it needs access to your Bluetooth peripherals.</string>
|
||||
<key>NSPhotoLibraryUsageDescription</key>
|
||||
<string>Subsurface-mobile stores your dive list locally - iOS seems to think that means it accesses your photos (which it does not)</string>
|
||||
<key>NSLocationWhenInUseUsageDescription</key>
|
||||
<string>Subsurface-mobile can track your location to match imported dives</string>
|
||||
<key>NSLocationAlwaysUsageDescription</key>
|
||||
<string>Subsurface-mobile can track your location to match imported dives</string>
|
||||
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
|
||||
<string>Subsurface-mobile can track your location to match imported dives</string>
|
||||
<key>UIFileSharingEnabled</key>
|
||||
<true/>
|
||||
<key>LSSupportsOpeningDocumentsInPlace</key>
|
||||
|
|
Loading…
Add table
Reference in a new issue