Skip to content

Commit aa9569b

Browse files
committed
[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
1 parent ad55bd4 commit aa9569b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

WebKit.xcworkspace/xcshareddata/xcschemes/Everything up to MiniBrowser.xcscheme

+3-3
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@
126126
buildForAnalyzing = "YES">
127127
<BuildableReference
128128
BuildableIdentifier = "primary"
129-
BlueprintIdentifier = "1A50DB38110A3C13000D3FE5"
130-
BuildableName = "Framework, XPC Services, and daemons"
131-
BlueprintName = "Framework, XPC Services, and daemons"
129+
BlueprintIdentifier = "CD0C36D52639D39A004E35D8"
130+
BuildableName = "Everything"
131+
BlueprintName = "Everything"
132132
ReferencedContainer = "container:Source/WebKit/WebKit.xcodeproj">
133133
</BuildableReference>
134134
</BuildActionEntry>

WebKit.xcworkspace/xcshareddata/xcschemes/Everything up to WebKit + Tools.xcscheme

+3-3
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@
126126
buildForAnalyzing = "YES">
127127
<BuildableReference
128128
BuildableIdentifier = "primary"
129-
BlueprintIdentifier = "1A50DB38110A3C13000D3FE5"
130-
BuildableName = "Framework, XPC Services, and daemons"
131-
BlueprintName = "Framework, XPC Services, and daemons"
129+
BlueprintIdentifier = "CD0C36D52639D39A004E35D8"
130+
BuildableName = "Everything"
131+
BlueprintName = "Everything"
132132
ReferencedContainer = "container:Source/WebKit/WebKit.xcodeproj">
133133
</BuildableReference>
134134
</BuildActionEntry>

WebKit.xcworkspace/xcshareddata/xcschemes/Everything up to WebKit.xcscheme

+3-3
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@
126126
buildForAnalyzing = "YES">
127127
<BuildableReference
128128
BuildableIdentifier = "primary"
129-
BlueprintIdentifier = "1A50DB38110A3C13000D3FE5"
130-
BuildableName = "Framework, XPC Services, and daemons"
131-
BlueprintName = "Framework, XPC Services, and daemons"
129+
BlueprintIdentifier = "CD0C36D52639D39A004E35D8"
130+
BuildableName = "Everything"
131+
BlueprintName = "Everything"
132132
ReferencedContainer = "container:Source/WebKit/WebKit.xcodeproj">
133133
</BuildableReference>
134134
</BuildActionEntry>

0 commit comments

Comments
 (0)