Skip to content

Commit

Permalink
Adding gallery permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Massad committed Nov 15, 2023
1 parent b138224 commit 7c10869
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions example/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,9 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>NSPhotoLibraryUsageDescription</key>
<string>Provide access to save photos and videos in your gallery</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Provide access to get photos and videos from your gallery</string>
</dict>
</plist>

0 comments on commit 7c10869

Please sign in to comment.