summaryrefslogtreecommitdiffstats
path: root/packaging/ios/Info.plist.in
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-29 07:51:17 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-29 21:49:42 -0800
commit38789f5a01c7feb27f4bcb3988947fcf655b944b (patch)
treeb0a3fff03409fb777d4e15632f9c693c0ec3a8df /packaging/ios/Info.plist.in
parentc1bc77d0866dbabe8cc518f746feaeef99c21f80 (diff)
downloadsubsurface-38789f5a01c7feb27f4bcb3988947fcf655b944b.tar.gz
iOS build: add required explanation of BLE access permission
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/ios/Info.plist.in')
-rw-r--r--packaging/ios/Info.plist.in2
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>