Bug 245587 - [Xcode] Add a style check to keep xcschemes in sync
Summary: [Xcode] Add a style check to keep xcschemes in sync
Status: RESOLVED FIXED
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:
Blocks:
 
Reported: 2022-09-23 10:53 PDT by Elliott Williams
Modified: 2022-10-12 19:43 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.