Remove debug.xcconfig

No longer using $RESOURCE_PATH in rake file.
This commit is contained in:
Corey Johnson & Nathan Sobo
2012-09-10 20:20:30 -07:00
parent bebe95504a
commit 0ade1cd185
2 changed files with 1 additions and 3 deletions

View File

@@ -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': {
},

View File

@@ -1 +0,0 @@
RESOURCE_PATH=$PROJECT_DIR