Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 007d79cba6e1a1820db16eb0d5414669cb8506ae
https://github.com/WebKit/WebKit/commit/007d79cba6e1a1820db16eb0d5414669cb8506ae
Author: David Kilzer <[email protected]>
Date: 2026-04-26 (Sun, 26 Apr 2026)
Changed paths:
M Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj
Log Message:
-----------
[TestWebKitAPI] Remove Embed Frameworks phase from TestWGSL target
<https://bugs.webkit.org/show_bug.cgi?id=313365>
<rdar://175635676>
Reviewed by Mike Wyrzykowski.
Remove the "Embed Frameworks" build phase that copies
`JavaScriptCore.framework` alongside the TestWGSL binary. This
phase was added in Bug 294278 for local development but fails in
Production builds because `JavaScriptCore.framework` is not in
`BUILT_PRODUCTS_DIR` -- it is provided through the SDK overlay.
* Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
Canonical link: https://commits.webkit.org/312060@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications