Bug 252783

Summary: [Xcode] Set MACOSX_DEPLOYMENT_TARGET on open source builds to match the system version
Product: WebKit Reporter: Elliott Williams <emw>
Component: Tools / TestsAssignee: Elliott Williams <emw>
Status: REOPENED ---    
Severity: Normal CC: commit-queue, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 252875    
Bug Blocks:    

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