commit | 904d5243136ac6e4f0066cd70917828f3221c06e | [log] [tgz] |
---|---|---|
author | Todd Volkert <tvolkert@users.noreply.github.com> | Thu Oct 13 16:17:50 2016 -0700 |
committer | GitHub <noreply@github.com> | Thu Oct 13 16:17:50 2016 -0700 |
tree | 496da15a7e141da03842abb58179acdef6a498a1 | |
parent | 6e5c192cefc21157e9ebed7036e883439de119e6 [diff] [blame] |
Add support for --use-application-binary on iOS (#6318) Fixes #6283
diff --git a/packages/flutter_tools/lib/src/ios/mac.dart b/packages/flutter_tools/lib/src/ios/mac.dart index 9016171..f217e12 100644 --- a/packages/flutter_tools/lib/src/ios/mac.dart +++ b/packages/flutter_tools/lib/src/ios/mac.dart
@@ -100,7 +100,7 @@ } Future<XcodeBuildResult> buildXcodeProject({ - IOSApp app, + BuildableIOSApp app, BuildMode mode, String target: flx.defaultMainPath, bool buildForDevice,