RESOLVED FIXED 239301
[Xcode] Fix public watchOS workspace build by updating scheme and build settings
https://bugs.webkit.org/show_bug.cgi?id=239301
Summary [Xcode] Fix public watchOS workspace build by updating scheme and build settings
Elliott Williams
Reported 2022-04-13 13:56:34 PDT
[Xcode] Fix public watchOS workspace build by updating scheme and build settings
Attachments
Patch (8.33 KB, patch)
2022-04-13 14:02 PDT, Elliott Williams
no flags
Patch (13.14 KB, patch)
2022-04-13 15:00 PDT, Elliott Williams
no flags
Elliott Williams
Comment 1 2022-04-13 14:02:30 PDT
Radar WebKit Bug Importer
Comment 2 2022-04-13 14:07:29 PDT
Alexey Proskuryakov
Comment 3 2022-04-13 14:23:14 PDT
Comment on attachment 457567 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=457567&action=review > WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:-51 > - <BuildActionEntry Not clear to me what these changes are doing, and the patch lacks a ChangeLog.
Elliott Williams
Comment 4 2022-04-13 15:00:55 PDT
Elliott Williams
Comment 5 2022-04-13 15:01:41 PDT
(In reply to Alexey Proskuryakov from comment #3) > Comment on attachment 457567 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=457567&action=review > > > WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:-51 > > - <BuildActionEntry > > Not clear to me what these changes are doing, and the patch lacks a > ChangeLog. Bad patch, sorry about that. Let me know if there's anything else I can clarify wrt the scheme changes.
Alexey Proskuryakov
Comment 6 2022-04-13 15:23:59 PDT
Comment on attachment 457568 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=457568&action=review > ChangeLog:19 > + - Remove MiniBrowser from the "All Source" scheme, as it's part of "All > + Tools". "All Tools" probably shouldn't be built for embedded This seems controversial. Engineers use MiniBrowser for testing during iteration, so there should be a one-step way to build WebKit and MiniBrowser at once.
Elliott Williams
Comment 7 2022-04-13 16:40:42 PDT
(In reply to Alexey Proskuryakov from comment #6) > Comment on attachment 457568 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=457568&action=review > > > ChangeLog:19 > > + - Remove MiniBrowser from the "All Source" scheme, as it's part of "All > > + Tools". "All Tools" probably shouldn't be built for embedded > > This seems controversial. Engineers use MiniBrowser for testing during > iteration, so there should be a one-step way to build WebKit and MiniBrowser > at once. The way you'd do that is by building the MiniBrowser scheme, which will build the stack up to MiniBrowser, including WebKit. And if an engineer wanted to build the entire repo (like EWS does), they'd build "All Modules", which is intended to be equivalent to running `make` from the top-level directory.
EWS
Comment 8 2022-04-13 17:17:05 PDT
Committed r292845 (249618@main): <https://commits.webkit.org/249618@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 457568 [details].
Note You need to log in before you can comment on or make changes to this bug.