Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6734228b347fcc6a8658c4e8397242d66a14f712
https://github.com/WebKit/WebKit/commit/6734228b347fcc6a8658c4e8397242d66a14f712
Author: David Kilzer <[email protected]>
Date: 2026-04-30 (Thu, 30 Apr 2026)
Changed paths:
M Tools/TestWebKitAPI/Configurations/Base.xcconfig
M Tools/TestWebKitAPI/Configurations/TestWebKitAPIBase.xcconfig
Log Message:
-----------
[TestWebKitAPI] Add WebCore sub-framework search path to Base.xcconfig
<https://bugs.webkit.org/show_bug.cgi?id=313796>
<rdar://175992021>
Reviewed by Jonathan Bedard.
Add `$(SDK_DIR)$(NORMAL_UMBRELLA_FRAMEWORKS_DIR)` to
`SYSTEM_FRAMEWORK_SEARCH_PATHS` in `Base.xcconfig` so all
TestWebKitAPI targets can find `WebCore.framework` in the SDK
overlay during Production builds. The `$(SDK_DIR)` prefix is
needed because bare `$(SYSTEM_LIBRARY_DIR)` resolves to a
host-relative path that doesn't exist in Production builds.
Remove the per-target `SYSTEM_FRAMEWORK_SEARCH_PATHS` entries
from `TestWebKitAPIBase.xcconfig` since the centralized path in
`Base.xcconfig` now covers all targets (including
`InjectedBundleTestWebKitAPI` which only inherits from
`Base.xcconfig`).
* Tools/TestWebKitAPI/Configurations/Base.xcconfig:
* Tools/TestWebKitAPI/Configurations/TestWebKitAPIBase.xcconfig:
Canonical link: https://commits.webkit.org/312411@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications