You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[API] Catalyst SDK headers include a macOS version, not "NA"
rdar://131880764
https://bugs.webkit.org/show_bug.cgi?id=276745
Reviewed by Alexey Proskuryakov.
Treat macOS and Mac Catalyst as separate platforms in
postprocess-header-rule, so that Catalyst does not inherit a macOS
version string to include in its SDK headers. The only version that
matters for Catalyst is iOS--since JavaScriptCore and WebKit are
unzippered, anything importing them must be targeting apple-ios-macabi.
* Source/JavaScriptCore/Scripts/postprocess-header-rule:
* Source/WebKit/Scripts/postprocess-header-rule:
Canonical link: https://commits.webkit.org/281107@main
0 commit comments