blob: a6c477fa2c738e0510a67b475541c738b69f6363 [file] [log] [blame]
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
target 'FlutterUITests' do
inherit! :search_paths
install_all_flutter_pods flutter_application_path
end
end