Skip to content

Commit

Permalink
Merge pull request flutter#2341 from devoncarew/xcode_target
Browse files Browse the repository at this point in the history
use 'build --target' in the xcode project instead of --main
  • Loading branch information
devoncarew committed Feb 3, 2016
2 parents 3f1bde7 + 938cf2d commit f528cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/build/PackagerInvoke
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ PackageProject() {

RunCommand ${FLUTTER_ROOT}/bin/flutter build \
--asset-base ${icons_path} \
--main ${dart_main} \
--target ${dart_main} \
--output-file ${derived_dir}/app.flx \
--package-root ${package_root} \
--compiler ${src_dir}/ScriptSnapshotter \
Expand Down

0 comments on commit f528cf3

Please sign in to comment.