
* Prototype * Fix paths to Flutter library resources * Invoke pod install as necessary for materialized modules * Add devicelab test for module use on iOS * Remove debug output * Rebase, reame materialize editable * Add devicelab test editable iOS host app * Removed add2app test section
7 lines
182 B
Ruby
7 lines
182 B
Ruby
platform :ios, '9.0'
|
|
|
|
target 'Host' do
|
|
flutter_application_path = '../hello'
|
|
eval(File.read(File.join(flutter_application_path, '.ios', 'Flutter', 'podhelper.rb')), binding)
|
|
end
|