Skip to content

Commit

Permalink
Merge pull request #57 from RikitoNoto/feature/55_cant_pick_files_on_iOS
Browse files Browse the repository at this point in the history
#55 add permissions of file_picker
  • Loading branch information
RikitoNoto authored Aug 28, 2023
2 parents a4a576d + 39f7873 commit 0c082f9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,19 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
<string>remote-notification</string>
</array>
<key>NSAppleMusicUsageDescription</key>
<string>To send various files to other devices.</string>
<key>UISupportsDocumentBrowser</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
<true/>
<key>NSPhotoLibraryUsageDescription</key>
<string>To send various files to other devices.</string>
<key>GADApplicationIdentifier</key>
<string>${ADMOD_ID}</string>
</dict>
Expand Down

0 comments on commit 0c082f9

Please sign in to comment.