Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
<https://webkit.org/b/135909> Move helper applications out of the roo…
…t of the framework. 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. Reviewed by Sam Weinig. Source/WebKit: * WebKit.xcodeproj/project.pbxproj: Add the symlink to WebKitPluginHost.app in the Versions/A directory of the framework rather than at the top level. Source/WebKit2: * Configurations/Base.xcconfig: Define a configuration setting that points to the content directory of the framework. On OS X this is Versions/A. On iOS, where frameworks are shallow, this is the top level. * Configurations/BaseLegacyProcess.xcconfig: Install the legacy processes in the content directory of the framework. * WebKit2.xcodeproj/project.pbxproj: Copy the legacy processes into the content directory of the framework during engineering builds. Generate symlinks for the legacy processes to their locations in Versions/Current. This is necessary because -[NSBundle pathForAuxiliaryExecutable:] only looks at the top level of the framework wrapper. Canonical link: https://commits.webkit.org/153800@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@172595 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
6 changed files
with
45 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters