[WatchKit] Make verbose vs normal work.

This commit is contained in:
Eloy Durán
2014-12-04 18:10:33 +01:00
committed by Watson
parent 6008af04b8
commit f6ff137e28

View File

@@ -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"