Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
Merge #561
Browse files Browse the repository at this point in the history
561: chore: Fix warning when building macOS version r=klochowicz a=klochowicz

This one annoyed me a lot and was easy to fix :-)

Co-authored-by: Mariusz Klochowicz <[email protected]>
  • Loading branch information
bors[bot] and klochowicz authored Dec 8, 2022
2 parents d07f9ba + 515a050 commit 1bc3fbf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions macos/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,9 @@ end
post_install do |installer|
installer.pods_project.targets.each do |target|
flutter_additional_macos_build_settings(target)
# amend build config to get rid of the warnings
target.build_configurations.each do |config|
config.build_settings['MACOSX_DEPLOYMENT_TARGET'] = '10.13'
end
end
end
2 changes: 1 addition & 1 deletion macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ SPEC CHECKSUMS:
shared_preferences_macos: a64dc611287ed6cbe28fd1297898db1336975727
url_launcher_macos: 597e05b8e514239626bcf4a850fcf9ef5c856ec3

PODFILE CHECKSUM: 3be392f58ce4b458c3185675f35f87058db7a655
PODFILE CHECKSUM: a1711befb0dc448a18c780632eb3ecefdf6ddde6

COCOAPODS: 1.11.3

0 comments on commit 1bc3fbf

Please sign in to comment.