Bug 251818 - [Xcode] Change header postprocessing logic to better reflect when it's needed internally
Summary: [Xcode] Change header postprocessing logic to better reflect when it's needed...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-02-06 14:55 PST by Elliott Williams
Modified: 2023-02-15 20:32 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Elliott Williams 2023-02-06 14:55:31 PST
Currently we emit API_AVAILABLE headers for WebKit API/SPI by default, and disable them when building for older major OS versions. We can remove a point of version number churn if we control postprocessing based on the kind of build, not the targeted OS version.
Comment 1 Elliott Williams 2023-02-06 15:01:08 PST
rdar://105031778
Comment 2 Elliott Williams 2023-02-06 15:02:08 PST
Pull request: https://github.com/WebKit/WebKit/pull/9716
Comment 3 EWS 2023-02-15 20:32:31 PST
Committed 260346@main (6e4108c84c04): <https://commits.webkit.org/260346@main>

Reviewed commits have been landed. Closing PR #9716 and removing active labels.