Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f2d1072fea8413d1bdcebeb669cabdb8fdfdfaf8
https://github.com/WebKit/WebKit/commit/f2d1072fea8413d1bdcebeb669cabdb8fdfdfaf8
Author: Pascoe <[email protected]>
Date: 2026-05-04 (Mon, 04 May 2026)
Changed paths:
M Source/WebCore/PAL/pal/CMakeLists.txt
A Source/WebCore/PAL/pal/PlatformCocoa.cmake
A Source/WebCore/PAL/pal/PlatformIOS.cmake
M Source/WebCore/PAL/pal/PlatformMac.cmake
Log Message:
-----------
[CMake] Fix iOS CMake build for PAL
https://bugs.webkit.org/show_bug.cgi?id=312914
<rdar://problem/175263606>
Reviewed by BJ Burg.
Add iOS platform configuration for PAL and extract shared Cocoa logic into
PlatformCocoa.cmake. The shared file contains the large set of avfoundation/,
cf/, cg/, cocoa/, crypto/, and spi/ headers and sources common to both
platforms, plus shared include directories. PlatformIOS.cmake adds ios/
softlink sources, iOS SPI headers, and PrivateFrameworks compile flags.
PlatformMac.cmake retains mac/ softlink sources, Mac-specific SPI headers,
and system/mac/ sources.
* Source/WebCore/PAL/pal/CMakeLists.txt:
* Source/WebCore/PAL/pal/PlatformCocoa.cmake: Added.
* Source/WebCore/PAL/pal/PlatformIOS.cmake: Added.
* Source/WebCore/PAL/pal/PlatformMac.cmake:
Canonical link: https://commits.webkit.org/312573@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications