Skip to content
This repository was archived by the owner on Dec 13, 2017. It is now read-only.

Commit 91f7bf6

Browse files
committed
Add info.plist key for access to camera and photo library.
1 parent 14d4b81 commit 91f7bf6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Example/EditorDemo/EditorDemo-Info.plist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,9 @@
5555
<key>NSAllowsArbitraryLoads</key>
5656
<true/>
5757
</dict>
58+
<key>NSPhotoLibraryUsageDescription</key>
59+
<string>To add photos or videos to your posts.</string>
60+
<key>NSCameraUsageDescription</key>
61+
<string>To take photos or videos to use in your posts.</string>
5862
</dict>
5963
</plist>

0 commit comments

Comments
 (0)