diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-06-01 14:42:39 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-17 14:26:02 -0700 |
commit | 25cf741f70d93e353ea63067adbbbe3a3bbca532 (patch) | |
tree | 60b8be9c5ed8a9e239ba6b45716e65241328c46c /packaging/ios/Info.plist.in | |
parent | c7e284369a4ca656460e6aa9532d0971f6a44ba7 (diff) | |
download | subsurface-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.in | 4 |
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> |