[google-toolbox-for-mac] r548 committed - [Author: aharper]...

5 views
Skip to first unread message

google-tool...@googlecode.com

unread,
Jul 18, 2012, 2:30:24 PM7/18/12
to google-tool...@googlegroups.com
Revision: 548
Author: gtm.daemon
Date: Wed Jul 18 11:30:15 2012
Log: [Author: aharper]

Disable COPY_PHASE_STRIP so we don't corrupt signed binaries.

R=dmaclach,thomasvl
APPROVED=thomasvl
http://code.google.com/p/google-toolbox-for-mac/source/detail?r=548

Modified:
/trunk/XcodeConfig/subconfig/General.xcconfig

=======================================
--- /trunk/XcodeConfig/subconfig/General.xcconfig Wed Mar 7 11:00:34 2012
+++ /trunk/XcodeConfig/subconfig/General.xcconfig Wed Jul 18 11:30:15 2012
@@ -57,6 +57,13 @@
// http://lists.apple.com/archives/Xcode-users/2006/Feb/msg00050.html
SEPARATE_STRIP = YES

+// Do not strip any binaries during copy as it will corrupt code
signatures.
+// This wont't affect iOS (since they can't have external executables or
+// frameworks) and prevents corruption on Mac. Xcode 4 warns but does not
+// fix this case:
+//
http://stackoverflow.com/questions/5494920/xcode-4-archive-warning-to-skip-copy-phase
+COPY_PHASE_STRIP = NO
+
// Force C99 dialect
GCC_C_LANGUAGE_STANDARD = c99

Reply all
Reply to author
Forward
0 new messages