[webkit-changes] [WebKit/WebKit] aa9569: [Xcode] WebKitSwift is not built by WebKit.xcworks...
aestes
noreply at github.com
Tue Sep 12 17:58:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: aa9569b3f0cb61bd4d1452b9508b76d8660060bd
https://github.com/WebKit/WebKit/commit/aa9569b3f0cb61bd4d1452b9508b76d8660060bd
Author: Andy Estes <aestes at apple.com>
Date: 2023-09-12 (Tue, 12 Sep 2023)
Changed paths:
M WebKit.xcworkspace/xcshareddata/xcschemes/Everything up to MiniBrowser.xcscheme
M WebKit.xcworkspace/xcshareddata/xcschemes/Everything up to WebKit + Tools.xcscheme
M WebKit.xcworkspace/xcshareddata/xcschemes/Everything up to WebKit.xcscheme
Log Message:
-----------
[Xcode] WebKitSwift is not built by WebKit.xcworkspace schemes
https://bugs.webkit.org/show_bug.cgi?id=261476
rdar://115386183
Reviewed by Elliott Williams.
For reasons only relevant to Apple's Production build, the WebKit project’s default
"Framework, XPC Services, and daemons" aggregate target does not build the WebKitSwift target. As a
result, this target is not built by any of WebKit.xcworkspace's schemes. Resolved this by changing
the aggregate target used to build WebKit by WebKit.xcworkspace's schemes from
"Framework, XPC Services, and daemons" to "Everything", the latter of which includes the former plus
WebKitSwift.
* WebKit.xcworkspace/xcshareddata/xcschemes/Everything up to MiniBrowser.xcscheme:
* WebKit.xcworkspace/xcshareddata/xcschemes/Everything up to WebKit + Tools.xcscheme:
* WebKit.xcworkspace/xcshareddata/xcschemes/Everything up to WebKit.xcscheme:
Canonical link: https://commits.webkit.org/267927@main
More information about the webkit-changes
mailing list