Skip to content

Commit

Permalink
use 'build --target' in the xcode project instead of --main
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Feb 3, 2016
1 parent 99b4f89 commit 938cf2d
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 938cf2d

Please sign in to comment.