aves_mio22/.flutter/dev/integration_tests/ios_host_app/Podfile
2026-04-18 20:05:02 +02:00

16 lines
335 B
Ruby

platform :ios, '13.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
target 'FlutterUITests' do
inherit! :search_paths
end
post_install do |installer|
flutter_post_install(installer)
end