diff options
-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> |