Title: [107599] trunk/Source/WebKit2
Revision
107599
Author
[email protected]
Date
2012-02-13 13:24:15 -0800 (Mon, 13 Feb 2012)

Log Message

WebKit2 build emits a warning about not stripping code-signed PluginProcess.app when copying it into the framework
https://bugs.webkit.org/show_bug.cgi?id=78451

Reviewed by Sam Weinig.

* Configurations/Base.xcconfig: Set COPY_PHASE_STRIP to NO.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (107598 => 107599)


--- trunk/Source/WebKit2/ChangeLog	2012-02-13 21:17:59 UTC (rev 107598)
+++ trunk/Source/WebKit2/ChangeLog	2012-02-13 21:24:15 UTC (rev 107599)
@@ -1,3 +1,12 @@
+2012-02-13  Dan Bernstein  <[email protected]>
+
+        WebKit2 build emits a warning about not stripping code-signed PluginProcess.app when copying it into the framework
+        https://bugs.webkit.org/show_bug.cgi?id=78451
+
+        Reviewed by Sam Weinig.
+
+        * Configurations/Base.xcconfig: Set COPY_PHASE_STRIP to NO.
+
 2012-02-13  Sam Weinig  <[email protected]>
 
         Windows build fix.

Modified: trunk/Source/WebKit2/Configurations/Base.xcconfig (107598 => 107599)


--- trunk/Source/WebKit2/Configurations/Base.xcconfig	2012-02-13 21:17:59 UTC (rev 107598)
+++ trunk/Source/WebKit2/Configurations/Base.xcconfig	2012-02-13 21:24:15 UTC (rev 107599)
@@ -84,6 +84,7 @@
 STRIP_INSTALLED_PRODUCT_normal = YES;
 STRIP_INSTALLED_PRODUCT_debug = NO;
 
+COPY_PHASE_STRIP = NO;
 // Dead code stripping needs to be on in the debug variant to avoid link errors.  This is due to unconditionally
 // building the MiG bindings for WebKitPluginClient even when the functions that the bindings wrap are not built.
 DEAD_CODE_STRIPPING = YES;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to