Skip to content

Commit b016019

Browse files
committed
🔧 Add NSPhotoLibraryUsageDescription for the example
1 parent 53869c9 commit b016019

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example/ios/Runner/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
<string>Take a photo for display</string>
2727
<key>NSMicrophoneUsageDescription</key>
2828
<string>Take a video for display</string>
29+
<key>NSPhotoLibraryUsageDescription</key>
30+
<string>Read and write your photos</string>
2931
<key>UILaunchStoryboardName</key>
3032
<string>LaunchScreen</string>
3133
<key>UIMainStoryboardFile</key>

0 commit comments

Comments
 (0)