Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 94ff070fffeb9c4951468657a8492cbef06dd41b
https://github.com/WebKit/WebKit/commit/94ff070fffeb9c4951468657a8492cbef06dd41b
Author: Elliott Williams <[email protected]>
Date: 2026-09-22 (Tue, 22 Sep 2026)
Changed paths:
M Source/cmake/WebKitEntitlements.cmake
M Source/cmake/WebKitMacros.cmake
M Tools/DumpRenderTree/PlatformCocoa.cmake
M Tools/MiniBrowser/mac/CMakeLists.txt
M Tools/WebKitTestRunner/PlatformCocoa.cmake
Log Message:
-----------
Work towards "[CMake] Unify the iOS and macOS XPC service definitions"
https://bugs.webkit.org/show_bug.cgi?id=324292
rdar://problem/187522829
Reviewed by Zak Ridouh.
Refactor code signing infrastructure to accpet some additional
properties:
- `CODE_SIGN_BUNDLE`: What to sign, if not the framework bundle or
Mach-O binary. Useful for XPC targets which are implemented as
executable targets, but nevertheless need to sign a bundle directory.
- `CODE_SIGN_FLAGS`: Extra codesign arguments.
CODE_SIGN_ENTITLEMENTS is now read as a target property as well.
A follow-up change will use these properties to reimplement the XPC and
ExtensionKit targets using centralized code signing.
* Source/cmake/WebKitMacros.cmake:
(_WEBKIT_ADD_CODE_SIGN):
* Source/cmake/WebKitEntitlements.cmake:
* Tools/DumpRenderTree/PlatformCocoa.cmake:
* Tools/MiniBrowser/mac/CMakeLists.txt:
* Tools/WebKitTestRunner/PlatformCocoa.cmake:
commit-id:7d17dea1
Canonical link: https://commits.webkit.org/321636@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications