Skip to content

Commit

Permalink
[iOS] Updated Info.plist with required permission description
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Apr 22, 2023
1 parent eceafda commit d381a47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
<true/>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>This app needs permission to save photos</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>This app needs permission to save photos</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
Expand Down

0 comments on commit d381a47

Please sign in to comment.