Bug 78451 - WebKit2 build emits a warning about not stripping code-signed PluginProcess.app when copying it into the framework
Summary: WebKit2 build emits a warning about not stripping code-signed PluginProcess.a...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-12 18:26 PST by mitz
Modified: 2012-02-13 13:24 PST (History)
2 users (show)

See Also:


Attachments
Set COPY_PHASE_STRIP to NO in Base.xcconfig (1.28 KB, patch)
2012-02-12 18:28 PST, mitz
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2012-02-12 18:26:43 PST
WebKit2 build emits a warning about not stripping code-signed PluginProcess.app when copying it into the framework
Comment 1 mitz 2012-02-12 18:28:22 PST
Created attachment 126701 [details]
Set COPY_PHASE_STRIP to NO in Base.xcconfig
Comment 2 Alexey Proskuryakov 2012-02-12 19:58:11 PST
Do we need stripping in production builds?
Comment 3 mitz 2012-02-12 20:05:12 PST
(In reply to comment #2)
> Do we need stripping in production builds?

STRIP_INSTALLED_PRODUCT is set to YES when building the normal variant, and the copy phase is a no-op when installing.
Comment 4 mitz 2012-02-13 13:24:46 PST
Fixed in <http://trac.webkit.org/r107599>