Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: fc0bfff52e90f49ab427e129a655654022be7895
https://github.com/WebKit/WebKit/commit/fc0bfff52e90f49ab427e129a655654022be7895
Author: Etienne Segonzac <[email protected]>
Date: 2026-09-13 (Sun, 13 Sep 2026)
Changed paths:
M Source/WebKit/PlatformCocoa.cmake
Log Message:
-----------
[cmake] Models don't render on macOS
https://bugs.webkit.org/show_bug.cgi?id=324044
rdar://187283621
Reviewed by Mike Wyrzykowski.
The (Swift) model implementation wasn't part of the macOS build.
Since these are all `@objc @implementation`-style files, everything was
running properly and loading without crashing. But rendering completely
blank model elements from the objc stubs.
Move `libWebKitSwift` to the cross-platform section of the Cocoa
configuration and add the missing files.
* Source/WebKit/PlatformCocoa.cmake:
Move `libWebKitSwift` to the cross-platform Cocoa configuration and add
the missing files.
Keep the WKA-section iOS family only for now.
Remove `-disable-cross-import-overlays` since it doesn't match the
Xcode configuration.
Canonical link: https://commits.webkit.org/321009@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications