Skip to content

Commit 28b4520

Browse files
committed
WiX: remove IndexStoreDB from manifest
These files are no longer part of the manifest as we can use static linking for this module reducing the disk size by ~50KB.
1 parent d01a24d commit 28b4520

File tree

2 files changed

+0
-32
lines changed

2 files changed

+0
-32
lines changed

platforms/Windows/devtools-amd64.wxs

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -222,20 +222,6 @@
222222
</ComponentGroup>
223223
<?endif?>
224224

225-
<ComponentGroup Id="IndexStoreDB">
226-
<Component Id="IndexStoreDB.dll" Directory="_usr_bin" Guid="cc64657d-581f-4295-9834-5471d6cd8aaa">
227-
<File Id="IndexStoreDB.dll" Source="$(var.DEVTOOLS_ROOT)\usr\bin\IndexStoreDB.dll" Checksum="yes" />
228-
</Component>
229-
</ComponentGroup>
230-
231-
<?ifdef INCLUDE_DEBUG_INFO ?>
232-
<ComponentGroup Id="IndexStoreDBDebugInfo">
233-
<Component Id="IndexStoreDB.pdb" Directory="_usr_bin" Guid="5d0e18ba-c959-4c07-862d-e0bde9f7f79b">
234-
<File Id="IndexStoreDB.pdb" Source="$(var.DEVTOOLS_ROOT)\usr\bin\IndexStoreDB.pdb" Checksum="yes" />
235-
</Component>
236-
</ComponentGroup>
237-
<?endif?>
238-
239225
<ComponentGroup Id="SourceKitLSP">
240226
<Component Id="sourcekit_lsp.exe" Directory="_usr_bin" Guid="61d82a9e-2f72-415c-b6bb-9f43ec3f6bcd">
241227
<File Id="sourcekit_lsp.exe" Source="$(var.DEVTOOLS_ROOT)\usr\bin\sourcekit-lsp.exe" Checksum="yes" />
@@ -256,7 +242,6 @@
256242
<ComponentGroupRef Id="SwiftSystem" />
257243
<ComponentGroupRef Id="SwiftPackageManager" />
258244
<ComponentGroupRef Id="SourceKitLSP" />
259-
<ComponentGroupRef Id="IndexStoreDB" />
260245

261246
<?ifdef INCLUDE_DEBUG_INFO ?>
262247
<Feature Id="DebugInfo" Absent="allow" AllowAdvertise="yes" Description="Debug Information for Swift Developer Tools for Windows x86_64" Level="0" Title="Debug Info">
@@ -266,7 +251,6 @@
266251
<ComponentGroupRef Id="SwiftSystemDebugInfo" />
267252
<ComponentGroupRef Id="SwiftPackageManagerDebugInfo" />
268253
<ComponentGroupRef Id="SourceKitLSPDebugInfo" />
269-
<ComponentGroupRef Id="IndexStoreDBDebugInfo" />
270254
</Feature>
271255
<?endif?>
272256
</Feature>

platforms/Windows/devtools-arm64.wxs

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -222,20 +222,6 @@
222222
</ComponentGroup>
223223
<?endif?>
224224

225-
<ComponentGroup Id="IndexStoreDB">
226-
<Component Id="IndexStoreDB.dll" Directory="_usr_bin" Guid="cc4d9542-7334-4923-803d-457930d3234c">
227-
<File Id="IndexStoreDB.dll" Source="$(var.DEVTOOLS_ROOT)\usr\bin\IndexStoreDB.dll" Checksum="yes" />
228-
</Component>
229-
</ComponentGroup>
230-
231-
<?ifdef INCLUDE_DEBUG_INFO ?>
232-
<ComponentGroup Id="IndexStoreDBDebugInfo">
233-
<Component Id="IndexStoreDB.pdb" Directory="_usr_bin" Guid="f737eb31-c852-46f2-9f98-cb145362621d">
234-
<File Id="IndexStoreDB.pdb" Source="$(var.DEVTOOLS_ROOT)\usr\bin\IndexStoreDB.pdb" Checksum="yes" />
235-
</Component>
236-
</ComponentGroup>
237-
<?endif?>
238-
239225
<ComponentGroup Id="SourceKitLSP">
240226
<Component Id="sourcekit_lsp.exe" Directory="_usr_bin" Guid="1e4d7fbd-a435-4d11-bd17-2dec0b235c28">
241227
<File Id="sourcekit_lsp.exe" Source="$(var.DEVTOOLS_ROOT)\usr\bin\sourcekit-lsp.exe" Checksum="yes" />
@@ -256,7 +242,6 @@
256242
<ComponentGroupRef Id="SwiftSystem" />
257243
<ComponentGroupRef Id="SwiftPackageManager" />
258244
<ComponentGroupRef Id="SourceKitLSP" />
259-
<ComponentGroupRef Id="IndexStoreDB" />
260245

261246
<?ifdef INCLUDE_DEBUG_INFO ?>
262247
<Feature Id="DebugInfo" Absent="allow" AllowAdvertise="yes" Description="Debug Information for Swift Developer Tools for Windows aarch64" Level="0" Title="Debug Info">
@@ -266,7 +251,6 @@
266251
<ComponentGroupRef Id="SwiftSystemDebugInfo" />
267252
<ComponentGroupRef Id="SwiftPackageManagerDebugInfo" />
268253
<ComponentGroupRef Id="SourceKitLSPDebugInfo" />
269-
<ComponentGroupRef Id="IndexStoreDBDebugInfo" />
270254
</Feature>
271255
<?endif?>
272256
</Feature>

0 commit comments

Comments
 (0)