diff --git a/lib/motion/project/xcode_config.rb b/lib/motion/project/xcode_config.rb index 908a8d64..54f6fe71 100644 --- a/lib/motion/project/xcode_config.rb +++ b/lib/motion/project/xcode_config.rb @@ -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