diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-03-24 07:54:48 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-24 07:54:48 -0700 |
commit | 2a65eab7454e000bbe4611ee300e5a8d1f1e7575 (patch) | |
tree | 777914843574cffdb6d16b32760aab99601d9cf9 /packaging/ios | |
parent | 78a8137963c848dc6ec6c8ff1b593902c5f8be64 (diff) | |
download | subsurface-2a65eab7454e000bbe4611ee300e5a8d1f1e7575.tar.gz |
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>
Diffstat (limited to 'packaging/ios')
-rw-r--r-- | packaging/ios/Info.plist.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/ios/Info.plist.in b/packaging/ios/Info.plist.in index ea794643b..d36c5d728 100644 --- a/packaging/ios/Info.plist.in +++ b/packaging/ios/Info.plist.in @@ -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> |