flutter/dev/integration_tests/ios_host_app/Podfile
2020-12-01 21:24:21 -08:00

13 lines
267 B
Ruby

platform :ios, '9.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