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:
Dirk Hohndel 2016-03-24 07:54:48 -07:00
parent 78a8137963
commit 2a65eab745

View file

@ -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>