Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: aa9b4f7eecf3dc3e4335ffcefa3890ec48f41396
https://github.com/WebKit/WebKit/commit/aa9b4f7eecf3dc3e4335ffcefa3890ec48f41396
Author: David Kilzer <[email protected]>
Date: 2026-05-16 (Sat, 16 May 2026)
Changed paths:
M Source/WebKit/WebKit.xcodeproj/project.pbxproj
Log Message:
-----------
[WebKit] Fix sourceTree of CombinedWebDriverBidiDomains.json in
WebKit.xcodeproj
<https://bugs.webkit.org/show_bug.cgi?id=314971>
<rdar://177266659>
Unreviewed build fix.
`CombinedWebDriverBidiDomains.json` is generated into
`$(BUILT_PRODUCTS_DIR)/DerivedSources/WebKit/`, but its
`PBXFileReference` has pointed Xcode at the source tree since
293479@main. The `WebKit.xcodeproj` reorganization in 313207@main
exposed the latent misconfig, breaking
`WebDriverBidi*Dispatchers.h` codegen.
Set `sourceTree = BUILT_PRODUCTS_DIR` and `path =
DerivedSources/WebKit/CombinedWebDriverBidiDomains.json` so the
reference resolves to the file the `make`-rule generates.
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:
Canonical link: https://commits.webkit.org/313373@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications