Bug 135909

Summary: [Mac] WebKit frameworks should not have helper applications at the top level of the framework wrapper
Product: WebKit Reporter: Mark Rowe (bdash) <mrowe>
Component: WebKit Misc.Assignee: Mark Rowe (bdash) <mrowe>
Status: RESOLVED FIXED    
Severity: Normal CC: sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch sam: review+

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>