mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-06-15 02:29:17 +08:00
[libdwarf] embed dSYM with development mode only by default
This commit is contained in:
@@ -49,7 +49,7 @@ module Motion; module Project;
|
||||
@entitlements = {}
|
||||
@delegate_class = 'AppDelegate'
|
||||
@spec_mode = false
|
||||
@embed_dsym = true
|
||||
@embed_dsym = (development? ? true : false)
|
||||
@vendor_projects = []
|
||||
@version = '1.0'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user