mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-06-15 10:37:57 +08:00
Merge pull request #91 from danieldickison/master
Set NSZombieEnabled=YES in simulator by passing zombie=1 to rake
This commit is contained in:
@@ -101,6 +101,7 @@ END
|
||||
xcode = App.config.xcode_dir
|
||||
env = "DYLD_FRAMEWORK_PATH=\"#{xcode}/../Frameworks\":\"#{xcode}/../OtherFrameworks\""
|
||||
env << ' SIM_SPEC_MODE=1' if App.config.spec_mode
|
||||
env << ' NSZombieEnabled=YES' if ENV['zombie']
|
||||
sim = File.join(App.config.bindir, 'ios/sim')
|
||||
debug = (ENV['debug'] ? 1 : (App.config.spec_mode ? '0' : '2'))
|
||||
app_args = (ENV['args'] or '')
|
||||
|
||||
Reference in New Issue
Block a user