Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
REGRESSION (r242686): package-root creates roots with broken symlinks…
… in WebKit.framework/XPCServices/ https://bugs.webkit.org/show_bug.cgi?id=196317 Reviewed by Dan Bernstein. Source/WebKit: Removed some remnants of the Storage Process. * Configurations/BaseTarget.xcconfig: * Resources/SandboxProfiles/ios/com.apple.WebKit.Storage.sb: Removed. * WebKit.xcodeproj/project.pbxproj: Tools: package-root copies built products into a staging directory using ditto(1), which does not follow symbolic links as it traverses a directory. Now that the files in WebKit.framework/XPCServices/ are symbolic links to a location outside of the framework itself, these become broken links when ditto'd into the staging directory. To account for this, change package-root to copy using cp(1) in a mode that follows symlinks. * Scripts/package-root: Canonical link: https://commits.webkit.org/210615@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@243567 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
6 changed files
with
37 additions
and
64 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 was deleted.
Oops, something went wrong.
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