Bug 252783
| Summary: | [Xcode] Set MACOSX_DEPLOYMENT_TARGET to match the system version | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Elliott Williams <emw> |
| Component: | Tools / Tests | Assignee: | Elliott Williams <emw> |
| Status: | REOPENED | ||
| Severity: | Normal | CC: | commit-queue, jenner, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 252875 | ||
| Bug Blocks: | |||
Elliott Williams
Internally, we don't allow back deployment (targeting an older OS than what an SDK was built for), but should be safe to do in public Xcode.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Elliott Williams
Pull request: https://github.com/WebKit/WebKit/pull/10549
EWS
Committed 260719@main (8dbd7e57ce02): <https://commits.webkit.org/260719@main>
Reviewed commits have been landed. Closing PR #10549 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/105812206>
WebKit Commit Bot
Re-opened since this is blocked by bug 252875
Elliott Williams
Pull request: https://github.com/WebKit/WebKit/pull/13885
Elliott Williams
Pull request: https://github.com/WebKit/WebKit/pull/56289
Elliott Williams
We are shifting towards back deployment internally, for downlevel support. So this^ patch makes the deployment target match host OS version on all at-desk build configurations.
EWS
Committed 305389@main (8fec86d40eff): <https://commits.webkit.org/305389@main>
Reviewed commits have been landed. Closing PR #56289 and removing active labels.
EWS
Committed 305413@main (bf61e7bd613b): <https://commits.webkit.org/305413@main>
Reviewed commits have been landed. Closing PR #56402 and removing active labels.
Robert Jenner
Re-opening due to revert that broke multiple builds.