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