mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
iOS: Enable location updates
Add Info.plist entries to enable location updates even in background. Signed-off-by: Murillo Bernardes <mfbernardes@gmail.com>
This commit is contained in:
parent
3f5101e8a4
commit
f6d13374bd
1 changed files with 7 additions and 0 deletions
|
@ -42,10 +42,17 @@
|
|||
<key>UIBackgroundModes</key>
|
||||
<array>
|
||||
<string>bluetooth-central</string>
|
||||
<string>location</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>
|
||||
<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>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
Loading…
Add table
Reference in a new issue