turn off nib/xib flattening/stripping for the debug configuration

This commit is contained in:
Mitchell Livingston 2009-10-10 14:58:34 +00:00
parent d7fe7692e7
commit 98419ebea6
1 changed files with 1 additions and 1 deletions

View File

@ -2384,7 +2384,7 @@
"third-party/curl/include",
"third-party/openssl/include",
);
IBC_FLATTEN_NIBS = YES;
IBC_FLATTEN_NIBS = NO;
IBC_NOTICES = NO;
INFOPLIST_FILE = "$(SRCROOT)/macosx/Info.plist";
INFOPLIST_OTHER_PREPROCESSOR_FLAGS = "-CC";