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 cb66439 commit bbb2dd8Copy full SHA for bbb2dd8
1 file changed
tests/macos/Podfile
@@ -41,5 +41,11 @@ end
41
post_install do |installer|
42
installer.pods_project.targets.each do |target|
43
flutter_additional_macos_build_settings(target)
44
+
45
+ target.build_configurations.each do |config|
46
+ if config.build_settings['MACOSX_DEPLOYMENT_TARGET'].to_f < 10.13
47
+ config.build_settings['MACOSX_DEPLOYMENT_TARGET'] = '10.13'
48
+ end
49
50
end
51
0 commit comments