check for NSPhotoLibraryUsageDescription in plist

Reviewed By: javache

Differential Revision: D3723122

fbshipit-source-id: a5393c7dd3c36a15bec3f2e79859920419cc6726
This commit is contained in:
Martin Kralik
2016-08-18 07:16:26 -07:00
committed by Facebook Github Bot 5
parent 26e8ae74b6
commit ee49dd756d
3 changed files with 18 additions and 3 deletions

View File

@@ -56,5 +56,7 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>NSPhotoLibraryUsageDescription</key>
<string>You need to add NSPhotoLibraryUsageDescription key in Info.plist to enable photo library usage, otherwise it is going to *fail silently*!</string>
</dict>
</plist>