diff --git a/macos/Podfile b/macos/Podfile index b52666a..9d3038f 100644 --- a/macos/Podfile +++ b/macos/Podfile @@ -39,5 +39,8 @@ end post_install do |installer| installer.pods_project.targets.each do |target| flutter_additional_macos_build_settings(target) + target.build_configurations.each do |config| + config.build_settings['MACOSX_DEPLOYMENT_TARGET'] = '10.15' + end end end diff --git a/macos/Podfile.lock b/macos/Podfile.lock index 8e5c006..218ddee 100644 --- a/macos/Podfile.lock +++ b/macos/Podfile.lock @@ -87,6 +87,6 @@ SPEC CHECKSUMS: sqflite: a5789cceda41d54d23f31d6de539d65bb14100ea url_launcher_macos: 5335912b679c073563f29d89d33d10d459f95451 -PODFILE CHECKSUM: 9ebaf0ce3d369aaa26a9ea0e159195ed94724cf3 +PODFILE CHECKSUM: 4062a5d7621e35b4f677b9e411c2714a4f99d4c2 COCOAPODS: 1.12.1