[webkit-changes] [WebKit/WebKit] afb37c: [Xcode] Remove "Update Info.plist” script phases
Elliott Williams
noreply at github.com
Thu Apr 27 15:31:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: afb37cd88aae4c5a870c3824b04c057cbbc5dcfa
https://github.com/WebKit/WebKit/commit/afb37cd88aae4c5a870c3824b04c057cbbc5dcfa
Author: Elliott Williams <emw at apple.com>
Date: 2023-04-27 (Thu, 27 Apr 2023)
Changed paths:
M Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
M Source/WebCore/WebCore.xcodeproj/project.pbxproj
M Source/WebKit/WebKit.xcodeproj/project.pbxproj
M Source/WebKitLegacy/WebKitLegacy.xcodeproj/project.pbxproj
Log Message:
-----------
[Xcode] Remove "Update Info.plist” script phases
https://bugs.webkit.org/show_bug.cgi?id=256051
Reviewed by Alexey Proskuryakov.
These script phases `touch` Info.plist during the build, "to let Xcode
know it needs to copy it into the built product”. XCBuild doesn’t
respond to file modifications during the build, so there is no way that
we rely on this behavior. Clean them up.
* Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:
* Source/WebKitLegacy/WebKitLegacy.xcodeproj/project.pbxproj:
Canonical link: https://commits.webkit.org/263471@main
More information about the webkit-changes
mailing list