Bug 251818

Summary: [Xcode] Change header postprocessing logic to better reflect when it's needed internally
Product: WebKit Reporter: Elliott Williams <emw>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.