Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 36c8b6bb91b762b2d6eb4ed64215e072c1593322
https://github.com/WebKit/WebKit/commit/36c8b6bb91b762b2d6eb4ed64215e072c1593322
Author: Pascoe <[email protected]>
Date: 2026-05-04 (Mon, 04 May 2026)
Changed paths:
M Source/WTF/CMakeLists.txt
A Source/WTF/wtf/PlatformCocoa.cmake
A Source/WTF/wtf/PlatformIOS.cmake
M Source/WTF/wtf/PlatformMac.cmake
Log Message:
-----------
[CMake] Fix iOS CMake build for WTF
https://bugs.webkit.org/show_bug.cgi?id=312911
<rdar://problem/175263654>
Reviewed by BJ Burg.
Add iOS platform configuration for WTF and extract shared Cocoa logic into
PlatformCocoa.cmake. The shared file contains the large set of cf/, cocoa/,
posix/, and text/ sources and headers common to both platforms, plus the
MachExceptions MIG generation and CoreFoundation/Readline/Security framework
linkage. PlatformIOS.cmake adds UIKit linkage, WebCoreThread.cpp, and
PrivateFrameworks compile flags. PlatformMac.cmake retains Cocoa linkage
and FileSystemMac.mm.
* Source/WTF/CMakeLists.txt:
* Source/WTF/wtf/PlatformCocoa.cmake: Added.
* Source/WTF/wtf/PlatformIOS.cmake: Added.
* Source/WTF/wtf/PlatformMac.cmake:
Canonical link: https://commits.webkit.org/312570@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications