Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 88c6839bb996ea350cc76539ec9e5d93d2f99ce9
https://github.com/WebKit/WebKit/commit/88c6839bb996ea350cc76539ec9e5d93d2f99ce9
Author: Andy Estes <[email protected]>
Date: 2026-03-13 (Fri, 13 Mar 2026)
Changed paths:
M Source/WebKit/WebKit.xcodeproj/project.pbxproj
Log Message:
-----------
WebKit's Derived Sources build phase does not run when input files from
WebKitAdditions change
https://bugs.webkit.org/show_bug.cgi?id=309911
rdar://172498641
Reviewed by Elliott Williams and Abrar Rahman Protyasha.
WebKit's xcconfig files define
WK_WEBKIT_DERIVEDSOURCES_INPUT_XCFILELIST_ADDITIONS and
WK_WEBKIT_DERIVEDSOURCES_OUTPUT_XCFILELIST_ADDITIONS pointing to .xcfilelists
in WebKitAdditions
containing input and output files for the Derived Sources build phase. However,
the Derived Sources
build phase specified WK_WEBKIT_INPUT_XCFILELIST_ADDITIONS and
WK_WEBKIT_OUTPUT_XCFILELIST_ADDITIONS
(which aren't defined) as input and output file list paths. Resolved this by
specifying the correct
build settings.
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:
Canonical link: https://commits.webkit.org/309240@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications