mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Add extra Flutter settings to ios_app_with_extensions Podfile (#70719)
This commit is contained in:
parent
fa41afa82e
commit
95a5cbcb4a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user