diff options
-rw-r--r-- | packaging/ios/Info.plist.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/ios/Info.plist.in b/packaging/ios/Info.plist.in index 37aa1ea5a..5686aa146 100644 --- a/packaging/ios/Info.plist.in +++ b/packaging/ios/Info.plist.in @@ -43,6 +43,8 @@ <array> <string>bluetooth-central</string> </array> + <key>NSBluetoothPeripheralUsageDescription</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> <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> </dict> |