Skip to content

Commit

Permalink
[atos] Prefer binary image in build dir which has symbols pre-extract…
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy authored and Watson1978 committed Sep 23, 2014
1 parent 56bf7b9 commit 7b12d0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/motion/project/template/ios.rb
Expand Up @@ -171,6 +171,7 @@ def pre_build_actions(platform)
# Launch the simulator.
xcode = App.config.xcode_dir
env = "DYLD_FRAMEWORK_PATH=\"#{xcode}/../Frameworks\":\"#{xcode}/../OtherFrameworks\""
env << " RM_BUILT_EXECUTABLE=\"#{File.expand_path(App.config.app_bundle_executable('iPhoneSimulator'))}\""
env << ' SIM_SPEC_MODE=1' if App.config.spec_mode
sim = File.join(App.config.bindir, 'ios/sim')
debug = (ENV['debug'] ? 1 : (App.config.spec_mode ? '0' : '2'))
Expand Down

0 comments on commit 7b12d0c

Please sign in to comment.