mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Remove debug.xcconfig
No longer using $RESOURCE_PATH in rake file.
This commit is contained in:
3
atom.gyp
3
atom.gyp
@@ -24,8 +24,7 @@
|
||||
'default_configuration': 'Debug',
|
||||
'configurations': {
|
||||
'Debug': {
|
||||
'xcode_config_file': 'native/mac/debug.xcconfig',
|
||||
'defines': ['DEBUG=1', 'RESOURCE_PATH=\"$RESOURCE_PATH\"'],
|
||||
'defines': ['DEBUG=1', 'RESOURCE_PATH="$PROJECT_DIR"'],
|
||||
},
|
||||
'Release': {
|
||||
},
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
RESOURCE_PATH=$PROJECT_DIR
|
||||
Reference in New Issue
Block a user