Remove 10.13 DEPLOYMENT_TARGETs and SYSTEM_VERSION_PREFIXs
Created attachment 424286 [details] Patch
Note that there are important steps to take when updating ANGLE. See https://trac.webkit.org/wiki/UpdatingANGLE
Do you want to remove the ones in WebKitTargetConditionals.xcconfigs too?
(In reply to Tim Horton from comment #3) > Do you want to remove the ones in WebKitTargetConditionals.xcconfigs too? Those are actually mostly gone! The ones I left in were for 10.14 to compare against.
Created attachment 424297 [details] Patch
Unrelated to this patch, but we have a whole lot of places with "TARGET_MAC_OS_X_VERSION_MAJOR_10_15 = 101500" and without 11_0.
(In reply to Alexey Proskuryakov from comment #6) > Unrelated to this patch, but we have a whole lot of places with > "TARGET_MAC_OS_X_VERSION_MAJOR_10_15 = 101500" and without 11_0. I will try to clean this up in subsequent bugs/patches!
<rdar://problem/75861212>
jberlin@webkit.org does not have committer permissions according to https://raw.githubusercontent.com/WebKit/WebKit/main/Tools/Scripts/webkitpy/common/config/contributors.json. Rejecting attachment 424297 [details] from commit queue.
Committed r275070: <https://commits.webkit.org/r275070> All reviewed patches have been landed. Closing bug and clearing flags on attachment 424297 [details].
(In reply to Jessie Berlin from comment #7) > (In reply to Alexey Proskuryakov from comment #6) > > Unrelated to this patch, but we have a whole lot of places with > > "TARGET_MAC_OS_X_VERSION_MAJOR_10_15 = 101500" and without 11_0. > > I will try to clean this up in subsequent bugs/patches! Aren’t versions 11 and later covered by TARGET_MAC_OS_X_VERSION_MAJOR = $(TARGET_MAC_OS_X_VERSION_MAJOR_$(TARGET_MACOS_LEGACY_VERSION_IDENTIFIER)); TARGET_MAC_OS_X_VERSION_MAJOR_ = $(MACOSX_DEPLOYMENT_TARGET:base:base)0000; since TARGET_MACOS_LEGACY_VERSION_IDENTIFIER for those versions is empty?