flutter/dev/integration_tests/ios_host_app_swift/Podfile
Jenn Magder 46787ee49c
Set template and migrate apps to iOS 12 minimum (#140921)
Cherry-pick https://github.com/flutter/flutter/pull/140823

Issue https://github.com/flutter/flutter/issues/140923

This looks like a lot of files, but most of them are updating the version on our integration/examples apps.
2024-01-09 22:36:07 +00:00

13 lines
278 B
Ruby

platform :ios, '12.0'
flutter_application_path = '../hello'
load File.join(flutter_application_path, '.ios', 'Flutter', 'podhelper.rb')
target 'Host' do
install_all_flutter_pods flutter_application_path
end
post_install do |installer|
flutter_post_install(installer)
end