We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9304ea commit 765a2e9Copy full SHA for 765a2e9
example/push_notifications/ios/Podfile
@@ -37,5 +37,14 @@ end
37
post_install do |installer|
38
installer.pods_project.targets.each do |target|
39
flutter_additional_ios_build_settings(target)
40
+
41
+ target.build_configurations.each do |config|
42
+ config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= [
43
+ '$(inherited)',
44
45
+ ## dart: PermissionGroup.microphone
46
+ 'PERMISSION_MICROPHONE=1',
47
+ ]
48
+ end
49
end
50
0 commit comments