Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e0ee95bcafc0c470dfce6db7cfd8ce708c6e9e5e
https://github.com/WebKit/WebKit/commit/e0ee95bcafc0c470dfce6db7cfd8ce708c6e9e5e
Author: David Kilzer <[email protected]>
Date: 2026-07-18 (Sat, 18 Jul 2026)
Changed paths:
M .submitproject-tools
M Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj
Log Message:
-----------
[TestWebKitAPI] Add Production build configuration
<https://bugs.webkit.org/show_bug.cgi?id=319723>
<rdar://182557522>
Reviewed by Alex Christensen.
Add a Production build configuration to the TestWebKitAPI Xcode
project, matching WebKitTestRunner, gtest, and gmock.
Set Production as the default configuration so Production builds use it
instead of Release. This avoids loading `DebugRelease.xcconfig`, which
includes `ccache.xcconfig` (a file absent from the Production sandbox),
and resolves `WTF_BUILD_SCRIPTS_DIR` to the SDK path rather than the
empty `BUILT_PRODUCTS_DIR` engineering path.
Also remove the stray empty strings that Xcode accumulated in the
install-extensions `PBXBuildRule` script array in the same project
file.
No new tests since this change is not directly testable.
* .submitproject-tools:
- Add TestWebKitAPI sources for tools submissions.
* Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
- Add Production build configurations.
Canonical link: https://commits.webkit.org/317469@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications