Skip to content

Commit

Permalink
refactor(package_info_plus)!: bump MACOSX_DEPLOYMENT_TARGET from 10.1…
Browse files Browse the repository at this point in the history
…1 to 10.14 (#2593)
  • Loading branch information
luisredondo committed Feb 15, 2024
1 parent fe07964 commit 99c832e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'FlutterMacOS'
s.platform = :osx, '10.11'
s.platform = :osx, '10.14'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
end

0 comments on commit 99c832e

Please sign in to comment.