mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-06-12 00:35:25 +08:00
[WatchKit] Make verbose vs normal work.
This commit is contained in:
@@ -88,7 +88,7 @@ task :simulate_watch_app do
|
||||
app = App.config.app_bundle('iPhoneSimulator')
|
||||
sim = File.join(App.config.bindir, 'watch-sim')
|
||||
#App.info 'Simulate', app
|
||||
sh "'#{sim}' '#{app}'"
|
||||
sh "'#{sim}' '#{app}' #{App::VERBOSE ? '1' : '0'}"
|
||||
end
|
||||
|
||||
desc "Run the simulator"
|
||||
|
||||
Reference in New Issue
Block a user