RESOLVED FIXED 223765
Remove 10.13 DEPLOYMENT_TARGETs and SYSTEM_VERSION_PREFIXs
https://bugs.webkit.org/show_bug.cgi?id=223765
Summary Remove 10.13 DEPLOYMENT_TARGETs and SYSTEM_VERSION_PREFIXs
Jessie Berlin
Reported 2021-03-25 15:04:25 PDT
Remove 10.13 DEPLOYMENT_TARGETs and SYSTEM_VERSION_PREFIXs
Attachments
Patch (27.61 KB, patch)
2021-03-25 15:06 PDT, Jessie Berlin
no flags
Patch (27.58 KB, patch)
2021-03-25 16:45 PDT, Jessie Berlin
no flags
Jessie Berlin
Comment 1 2021-03-25 15:06:51 PDT
EWS Watchlist
Comment 2 2021-03-25 15:07:40 PDT
Note that there are important steps to take when updating ANGLE. See https://trac.webkit.org/wiki/UpdatingANGLE
Tim Horton
Comment 3 2021-03-25 15:09:03 PDT
Do you want to remove the ones in WebKitTargetConditionals.xcconfigs too?
Jessie Berlin
Comment 4 2021-03-25 16:02:42 PDT
(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.
Jessie Berlin
Comment 5 2021-03-25 16:45:14 PDT
Alexey Proskuryakov
Comment 6 2021-03-25 16:47:15 PDT
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.
Jessie Berlin
Comment 7 2021-03-25 16:52:51 PDT
(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!
Jessie Berlin
Comment 8 2021-03-25 16:56:11 PDT
EWS
Comment 9 2021-03-25 17:53:00 PDT
EWS
Comment 10 2021-03-25 18:29:24 PDT
Committed r275070: <https://commits.webkit.org/r275070> All reviewed patches have been landed. Closing bug and clearing flags on attachment 424297 [details].
mitz
Comment 11 2021-03-26 09:35:02 PDT
(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?
Note You need to log in before you can comment on or make changes to this bug.