Skip to content

Commit

Permalink
[WatchKit] Update command options to launch on sim.
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy authored and Watson1978 committed Dec 11, 2014
1 parent 0d80f80 commit 2d49d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/motion/project/template/ios.rb
Expand Up @@ -87,7 +87,7 @@ def pre_build_actions(platform)
app = App.config.app_bundle('iPhoneSimulator')
sim = File.join(App.config.bindir, 'watch-sim')
App.info 'Simulate', watch_extension.destination_bundle_path
sh "'#{sim}' '#{app}' #{App::VERBOSE ? '1' : '0'} #{ENV['no_continue'] ? '1' : '0'}"
sh "'#{sim}' '#{app}' -verbose #{App::VERBOSE ? 'YES' : 'NO'} -start-suspended #{ENV['no_continue'] ? 'YES' : 'NO'}"
end

desc "Run the simulator"
Expand Down

0 comments on commit 2d49d51

Please sign in to comment.