diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2021-09-12 14:59:11 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-09-13 11:21:34 -0700 |
commit | 64098aeb2e952acee5e8707b61d6b285e5fea0f8 (patch) | |
tree | b189f749a869fcdc7eaa76a44f8c1321e402e39b | |
parent | 539455071c80221df05548e652e8fbf1dec1d48a (diff) | |
download | subsurface-64098aeb2e952acee5e8707b61d6b285e5fea0f8.tar.gz |
iOS: don't request GPS permission anymore
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | packaging/ios/Info.plist.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/packaging/ios/Info.plist.in b/packaging/ios/Info.plist.in index 1fab384f8..a69bc5f86 100644 --- a/packaging/ios/Info.plist.in +++ b/packaging/ios/Info.plist.in @@ -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> |