mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-03-29 17:18:57 +08:00
[atos] Prefer binary image in build dir which has symbols pre-extracted and is faster.
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-582.
This commit is contained in:
2
NEWS
2
NEWS
@@ -1,5 +1,7 @@
|
||||
= RubyMotion 2.33 =
|
||||
|
||||
* Improved exception backtrace symbolication performance by ensuring the dSYM
|
||||
bundle is used when available.
|
||||
* Improved Enumerable#inject performance. ~40% times faster.
|
||||
* Fixed a bug that could cause `clang++' to be called with too many arguments
|
||||
for a shell to handle.
|
||||
|
||||
@@ -171,6 +171,7 @@ END
|
||||
# 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'))
|
||||
|
||||
2
vm
2
vm
Submodule vm updated: 2716f2837e...ca9c623762
Reference in New Issue
Block a user