Bug 245587

Summary: [Xcode] Add a style check to keep xcschemes in sync
Product: WebKit Reporter: Elliott Williams <emw>
Component: Tools / TestsAssignee: Elliott Williams <emw>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Elliott Williams 2022-09-23 10:53:43 PDT
Schemes can't compose, so we have a number of places where we need to list all the targets we build in an "Everything" scheme. In open source, "Everything up to WebKit + Tools" must sync with "Everything up to WebKit" and "All WebKit Tools". Internally, there are many more points of duplication.

Until and unless Xcode changes to better support scheme composition (rdar://100331407), let's write a checker that ensures the targets built by various schemes stay up-to-date.
Comment 1 Elliott Williams 2022-09-23 12:19:24 PDT
Pull request: https://github.com/WebKit/WebKit/pull/4643
Comment 2 Radar WebKit Bug Importer 2022-09-23 13:28:55 PDT
<rdar://problem/100337926>
Comment 3 EWS 2022-10-12 19:43:33 PDT
Committed 255464@main (f07375f48dbc): <https://commits.webkit.org/255464@main>

Reviewed commits have been landed. Closing PR #4643 and removing active labels.