mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
iOS build: add required explanation of BLE access permission
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c1bc77d086
commit
38789f5a01
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue