Bug 252783 - [Xcode] Set MACOSX_DEPLOYMENT_TARGET on open source builds to match the system version
Summary: [Xcode] Set MACOSX_DEPLOYMENT_TARGET on open source builds to match the syste...
Status: REOPENED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Elliott Williams
URL:
Keywords: InRadar
Depends on: 252875
Blocks:
  Show dependency treegraph
 
Reported: 2023-02-22 15:47 PST by Elliott Williams
Modified: 2023-05-15 09:27 PDT (History)
2 users (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-22 15:47:53 PST
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.
Comment 1 Elliott Williams 2023-02-22 16:01:04 PST
Pull request: https://github.com/WebKit/WebKit/pull/10549
Comment 2 EWS 2023-02-22 19:24:58 PST
Committed 260719@main (8dbd7e57ce02): <https://commits.webkit.org/260719@main>

Reviewed commits have been landed. Closing PR #10549 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-02-22 19:25:17 PST
<rdar://problem/105812206>
Comment 4 WebKit Commit Bot 2023-02-23 17:00:31 PST
Re-opened since this is blocked by bug 252875
Comment 5 Elliott Williams 2023-05-15 09:27:30 PDT
Pull request: https://github.com/WebKit/WebKit/pull/13885