https://bugs.webkit.org/show_bug.cgi?id=78451
Reviewed by Sam Weinig.
* Configurations/Base.xcconfig: Set COPY_PHASE_STRIP to NO.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@107599
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-02-13 Dan Bernstein <mitz@apple.com>
+
+ 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 <sam@webkit.org>
Windows build fix.
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;