From c2c418f990afdc81aa48ff7e49b2e55256790bc7 Mon Sep 17 00:00:00 2001 From: Codel1417 Date: Sat, 1 Jun 2024 12:20:52 -0400 Subject: [PATCH] add missing permission for selecting audio --- ios/Podfile | 1 + ios/Runner/Info.plist | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ios/Podfile b/ios/Podfile index 45a603e8..d9f56225 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -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! diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index f3f40ad6..dd88664a 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -63,5 +63,7 @@ UIViewControllerBasedStatusBarAppearance + NSAppleMusicUsageDescription + Allow selecting found files to use as sound effects