Bug 251818
| Summary: | [Xcode] Change header postprocessing logic to better reflect when it's needed internally | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Elliott Williams <emw> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Elliott Williams
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Elliott Williams
rdar://105031778
Elliott Williams
Pull request: https://github.com/WebKit/WebKit/pull/9716
EWS
Committed 260346@main (6e4108c84c04): <https://commits.webkit.org/260346@main>
Reviewed commits have been landed. Closing PR #9716 and removing active labels.