Skip to content

Commit

Permalink
follow changes in the sim launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
lrz committed Oct 11, 2012
1 parent 902110e commit e065e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/motion/project.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
# Launch the simulator. # Launch the simulator.
xcode = App.config.xcode_dir xcode = App.config.xcode_dir
env = xcode.match(/^\/Applications/) ? "DYLD_FRAMEWORK_PATH=\"#{xcode}/../Frameworks\":\"#{xcode}/../OtherFrameworks\"" : '' env = xcode.match(/^\/Applications/) ? "DYLD_FRAMEWORK_PATH=\"#{xcode}/../Frameworks\":\"#{xcode}/../OtherFrameworks\"" : ''
env << ' NO_FOREGROUND_SIM=1' if App.config.spec_mode env << ' SIM_SPEC_MODE=1' if App.config.spec_mode
sim = File.join(App.config.bindir, 'sim') sim = File.join(App.config.bindir, 'sim')
debug = (ENV['debug'] ? 1 : (App.config.spec_mode ? '0' : '2')) debug = (ENV['debug'] ? 1 : (App.config.spec_mode ? '0' : '2'))
App.info 'Simulate', app App.info 'Simulate', app
Expand Down

0 comments on commit e065e26

Please sign in to comment.