Add extra Flutter settings to ios_app_with_extensions Podfile (#70719)

This commit is contained in:
Jenn Magder 2020-11-17 13:44:51 -08:00 committed by GitHub
parent fa41afa82e
commit 95a5cbcb4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,3 +41,9 @@ target 'watch Extension' do
pod 'EFQRCode/watchOS', '5.1.6'
end
post_install do |installer|
installer.pods_project.targets.each do |target|
flutter_additional_ios_build_settings(target)
end
end