Skip to content

Commit 897288e

Browse files
committed
[OSX] enable mac_strip_release to get dSYMs
1 parent 2abf565 commit 897288e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

BRANDING

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
COMPANY_FULLNAME=node-webkit.org
2+
COMPANY_SHORTNAME=node-webkit.org
3+
PRODUCT_FULLNAME=node-webkit
4+
PRODUCT_SHORTNAME=node-webkit
5+
PRODUCT_INSTALLER_FULLNAME=Chromium Installer
6+
PRODUCT_INSTALLER_SHORTNAME=Chromium Installer
7+
COPYRIGHT=Copyright 2013 The Chromium Authors. All rights reserved.

nw.gypi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
{
66
'variables': {
77
'nw_product_name': 'node-webkit',
8+
'mac_strip_release': 1,
89
},
910
'target_defaults': {
1011
'configurations': {

0 commit comments

Comments
 (0)