summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-09-17 19:05:01 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-09-20 07:36:33 -0700
commitfd27c3fa23cd9f96648ad84b969287c031ebce03 (patch)
tree306111b18f027078d198f3660efdfdc9986d5e86
parente1a2074cb3dfb30a7461d27cbae2fd56c2da6904 (diff)
downloadsubsurface-fd27c3fa23cd9f96648ad84b969287c031ebce03.tar.gz
iOS build: add required key for iOS 10
This one's weird. We actually don't access the Photo Library. But maybe it's the access to the local files (in order to store the dive data) that causes this? Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--packaging/ios/Info.plist.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/ios/Info.plist.in b/packaging/ios/Info.plist.in
index 5b044d389..7cd46b0d8 100644
--- a/packaging/ios/Info.plist.in
+++ b/packaging/ios/Info.plist.in
@@ -78,5 +78,7 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</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>
</plist>