[WatchKit] Add some more logging.

This commit is contained in:
Eloy Durán
2014-12-03 21:28:53 +01:00
committed by Watson
parent e895095f38
commit 6b16f901c5

View File

@@ -83,8 +83,12 @@ task :simulate_watch_app do
Rake::Task["build:simulator"].invoke
end
# TODO need a way to identify a watch extension from other extensions
watch_extension = App.config.targets.first
watch_extension.rake("simulator")
#watch_extension = App.config.targets.first
#watch_extension.rake("simulator")
app = App.config.app_bundle('iPhoneSimulator')
sim = File.join(App.config.bindir, 'watch-sim')
#App.info 'Simulate', app
sh "'#{sim}' '#{app}'"
end
desc "Run the simulator"