Bug 135909 - [Mac] WebKit frameworks should not have helper applications at the top level of the framework wrapper
Summary: [Mac] WebKit frameworks should not have helper applications at the top level ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Rowe (bdash)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-13 15:29 PDT by Mark Rowe (bdash)
Modified: 2014-08-14 11:17 PDT (History)
1 user (show)

See Also:


Attachments
Patch (9.08 KB, patch)
2014-08-13 15:31 PDT, Mark Rowe (bdash)
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Rowe (bdash) 2014-08-13 15:29:11 PDT
As described in <https://developer.apple.com/library/mac/technotes/tn2206/>, for bundles containing a Versions directory there may be no other content at the top level of the bundle other than symlinks. Upcoming changes to code signing will prevent bundles that violate this rule from being signed.
Comment 1 Mark Rowe (bdash) 2014-08-13 15:30:01 PDT
This is primarily needed to keep nightly builds working (<rdar://problem/17921051>).
Comment 2 Mark Rowe (bdash) 2014-08-13 15:31:03 PDT
Created attachment 236557 [details]
Patch
Comment 3 Mark Rowe (bdash) 2014-08-14 11:17:26 PDT
Committed r172595: <http://trac.webkit.org/changeset/172595>