adium 4332:5ed9926aff50: Disable flattening of XIB files in debu...
commits at adium.im
commits at adium.im
Wed Nov 30 23:47:41 UTC 2011
details: http://hg.adium.im/adium/rev/5ed9926aff50
revision: 4332:5ed9926aff50
branch: (none)
author: Patrick Steinhardt <steinhardt.p at me.com>
date: Thu Dec 01 00:47:31 2011 +0100
Disable flattening of XIB files in debug builds. Fixes #15671.
diffs (11 lines):
diff -r a0c7b4aedc21 -r 5ed9926aff50 xcconfigs/Debug.xcconfig
--- a/xcconfigs/Debug.xcconfig Wed Nov 30 14:51:03 2011 -0800
+++ b/xcconfigs/Debug.xcconfig Thu Dec 01 00:47:31 2011 +0100
@@ -4,4 +4,5 @@
COPY_PHASE_STRIP = NO
GCC_PREPROCESSOR_DEFINITIONS = DEBUG_BUILD
ONLY_ACTIVE_ARCH = YES
-IBC_STRIP_NIBS = NO;
\ No newline at end of file
+IBC_STRIP_NIBS = NO
+IBC_FLATTEN_NIBS = NO
More information about the commits
mailing list