diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-09-17 19:05:01 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-09-20 07:36:33 -0700 |
commit | fd27c3fa23cd9f96648ad84b969287c031ebce03 (patch) | |
tree | 306111b18f027078d198f3660efdfdc9986d5e86 /packaging/ios/Info.plist.in | |
parent | e1a2074cb3dfb30a7461d27cbae2fd56c2da6904 (diff) | |
download | subsurface-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>
Diffstat (limited to 'packaging/ios/Info.plist.in')
-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 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> |