Skip to content

Commit

Permalink
add missing permission for selecting audio
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Jun 1, 2024
1 parent 142665d commit c2c418f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ end
require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root)

flutter_ios_podfile_setup
Pod::PICKER_MEDIA = false

target 'Runner' do
use_frameworks!
Expand Down
2 changes: 2 additions & 0 deletions ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,7 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>NSAppleMusicUsageDescription</key>
<string>Allow selecting found files to use as sound effects</string>
</dict>
</plist>

0 comments on commit c2c418f

Please sign in to comment.