Skip to content

Commit 3d1e03a

Browse files
committed
WiX: package and distribute swift-synthesize-interface
This adds a new utility to the toolchain - `swift-synthesize-interface`. For now, consider it a debugging utility as it is not used during the normal compilation pipeline and thus is not a build tool. This is not something that is normally used during CI pipelines and does not fit into the CLI tools. As this is not currently integrated into the IDE, we don't consider it an IDE tool either.
1 parent a0e65b1 commit 3d1e03a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

platforms/Windows/dbg/dbg.wxs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@
105105
</Component>
106106
</ComponentGroup>
107107

108+
<ComponentGroup Id="SwiftSynthesizeInterface">
109+
<Component Directory="_usr_bin">
110+
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\swift-synthesize-interface.exe" />
111+
</Component>
112+
</ComponentGroup>
113+
108114
<ComponentGroup Id="SwiftInspect">
109115
<Component Directory="_usr_bin">
110116
<File Source="$(TOOLCHAIN_ROOT)\usr\bin\swift-inspect.exe" />
@@ -137,6 +143,7 @@
137143

138144
<ComponentGroupRef Id="SwiftREPL" />
139145
<ComponentGroupRef Id="SwiftInspect" />
146+
<ComponentGroupRef Id="SwiftSynthesizeInterface" />
140147

141148
<ComponentGroupRef Id="_InternalSwiftStaticMirror" />
142149

0 commit comments

Comments
 (0)