iOS build: add another Info.plist key to enable positioning
This key is needed so that the iOS app asks the user for permission to use the GPS position information. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
78a8137963
commit
2a65eab745
@ -87,5 +87,7 @@
|
||||
<string>location-services</string>
|
||||
<string>gps</string>
|
||||
</array>
|
||||
<key>NSLocationAlwaysUsageDescription</key>
|
||||
<string>When the GPS background service is running, Subsurface-mobile continues to collect GPS positions which can then be matched with dive records.</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user