From dc1d6e529ffb88dcdf5307ab22e7b01864eea046 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Tue, 11 Sep 2012 08:14:50 -0700 Subject: [PATCH] Remove debug.xcconfig No longer using $RESOURCE_PATH in rake file. --- atom.gyp | 3 +-- native/mac/debug.xcconfig | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 native/mac/debug.xcconfig diff --git a/atom.gyp b/atom.gyp index 51435b920..6c03d9b38 100644 --- a/atom.gyp +++ b/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': { }, diff --git a/native/mac/debug.xcconfig b/native/mac/debug.xcconfig deleted file mode 100644 index 77ce46e34..000000000 --- a/native/mac/debug.xcconfig +++ /dev/null @@ -1 +0,0 @@ -RESOURCE_PATH=$PROJECT_DIR