Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 79a83be769e941ed5e9aaa2a670262c5d3b0a588 https://github.com/WebKit/WebKit/commit/79a83be769e941ed5e9aaa2a670262c5d3b0a588 Author: Myles C. Maxfield <mmaxfi...@apple.com> Date: 2023-06-22 (Thu, 22 Jun 2023)
Changed paths: M Source/WTF/wtf/PlatformEnable.h M Source/WTF/wtf/PlatformEnableCocoa.h M Source/WTF/wtf/PlatformHave.h M Source/WTF/wtf/PlatformUse.h Log Message: ----------- [IOS_FAMILY] Drop configurations for 2022-aligned OSes https://bugs.webkit.org/show_bug.cgi?id=258425 rdar://111190722 Reviewed by Tim Horton. All supported IOS_FAMILY OSes are later than or equal to the 2022-aligned ones. So, "< 2022" means "false", and ">= 2022" means "true". * Source/WTF/wtf/PlatformEnable.h: * Source/WTF/wtf/PlatformEnableCocoa.h: * Source/WTF/wtf/PlatformHave.h: * Source/WTF/wtf/PlatformUse.h: Canonical link: https://commits.webkit.org/265439@main _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes