adium/adium

Parents 51f0fe2d35a2
Children 04bacccdbf87
Don't try to strip things like Growl.framework; it won't work because it's code signed.
--- a/xcconfigs/Release.xcconfig Tue Jun 25 22:50:17 2013 -0400
+++ b/xcconfigs/Release.xcconfig Tue Jun 25 23:15:09 2013 -0400
@@ -3,7 +3,7 @@
DEPLOYMENT_POSTPROCESSING = YES
APPLY_RULES_IN_COPY_FILES = YES
GCC_DEBUGGING_SYMBOLS = used
-COPY_PHASE_STRIP = YES
+COPY_PHASE_STRIP = NO
INFOPLIST_OUTPUT_FORMAT = binary
PLIST_FILE_OUTPUT_FORMAT = binary
STRINGS_FILE_OUTPUT_ENCODING = binary
\ No newline at end of file