aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/ios/Info.plist.in
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-06-01 14:42:39 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-17 14:26:02 -0700
commit25cf741f70d93e353ea63067adbbbe3a3bbca532 (patch)
tree60b8be9c5ed8a9e239ba6b45716e65241328c46c /packaging/ios/Info.plist.in
parentc7e284369a4ca656460e6aa9532d0971f6a44ba7 (diff)
downloadsubsurface-25cf741f70d93e353ea63067adbbbe3a3bbca532.tar.gz
iOS build: add bluetooth capability to Info.plist
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/ios/Info.plist.in')
-rw-r--r--packaging/ios/Info.plist.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/ios/Info.plist.in b/packaging/ios/Info.plist.in
index d98ff55d2..80bb5a5d4 100644
--- a/packaging/ios/Info.plist.in
+++ b/packaging/ios/Info.plist.in
@@ -78,6 +78,10 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
+ <key>UIBackgroundModes</key>
+ <array>
+ <string>bluetooth-central</string>
+ </array>
<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>