Skip to content

Commit 4ae403b

Browse files
tristanlabellecompnerd
authored andcommitted
Stop packaging swiftReflection and swift_Runtime
1 parent 1ecde3e commit 4ae403b

File tree

4 files changed

+1
-19
lines changed

4 files changed

+1
-19
lines changed

platforms/Windows/runtime-amd64.wxs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,6 @@
108108
<Component Id="FoundationXML.pdb" Guid="97bc6b02-8ac0-4a28-a032-7ebe1dd0d496">
109109
<File Id="FoundationXML.pdb" Source="$(var.SDK_ROOT)\usr\bin\FoundationXML.pdb" Checksum="yes" DiskId="2" />
110110
</Component>
111-
<Component Id="swiftReflection.pdb" Guid="2151438b-4ae9-4ca1-823a-c18e3229f2e1">
112-
<File Id="swiftReflection.pdb" Source="$(var.SDK_ROOT)\usr\bin\swiftReflection.pdb" Checksum="yes" DiskId="2" />
113-
</Component>
114-
<Component Id="swift_Runtime.pdb" Guid="21e51dd8-234d-4a98-b920-436086758074">
115-
<File Id="swift_Runtime.pdb" Source="$(var.SDK_ROOT)\usr\bin\swift_Runtime.pdb" Checksum="yes" DiskId="2" />
116-
</Component>
117111
<Component Id="swift_Concurrency.pdb" Guid="433dd15e-f72c-4294-9bf5-0be4771d1c10">
118112
<File Id="swift_Concurrency.pdb" Source="$(var.SDK_ROOT)\usr\bin\swift_Concurrency.pdb" Checksum="yes" DiskId="2" />
119113
</Component>

platforms/Windows/runtime-arm64.wxs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@
4242
<Component Id="FoundationXML.dll" Guid="959fd680-b5b7-4c1d-bdd2-6c019a611874">
4343
<File Id="FoundationXML.dll" Source="$(var.SDK_ROOT)\usr\bin\FoundationXML.dll" Checksum="yes" />
4444
</Component>
45-
<Component Id="swiftReflection.dll" Guid="a02ca3fb-0f04-416a-8702-982c3cce58b2">
46-
<File Id="swiftReflection.dll" Source="$(var.SDK_ROOT)\usr\bin\swiftReflection.dll" Checksum="yes" />
47-
</Component>
48-
<Component Id="swift_Runtime.dll" Guid="07de8108-867a-4992-8ca7-91e9a98c6b73">
49-
<File Id="swift_Runtime.dll" Source="$(var.SDK_ROOT)\usr\bin\swift_Runtime.dll" Checksum="yes" />
50-
</Component>
5145
<Component Id="swift_Concurrency.dll" Guid="67373728-5a66-401f-b62d-dc7ced8b87e8">
5246
<File Id="swift_Concurrency.dll" Source="$(var.SDK_ROOT)\usr\bin\swift_Concurrency.dll" Checksum="yes" />
5347
</Component>

platforms/Windows/runtime-x86.wxs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@
4141
<Component Id="FoundationXML.dll" Guid="154951da-1a4a-4034-b318-51aa3069a512">
4242
<File Id="FoundationXML.dll" Source="$(var.SDK_ROOT)\usr\bin\FoundationXML.dll" Checksum="yes" />
4343
</Component>
44-
<Component Id="swiftReflection.dll" Guid="2d718d10-4286-4343-a440-4757acf0f801">
45-
<File Id="swiftReflection.dll" Source="$(var.SDK_ROOT)\usr\bin\swiftReflection.dll" Checksum="yes" />
46-
</Component>
47-
<Component Id="swift_Runtime.dll" Guid="3b8a6626-28c4-4ddc-9085-07963027144b">
48-
<File Id="swift_Runtime.dll" Source="$(var.SDK_ROOT)\usr\bin\swift_Runtime.dll" Checksum="yes" />
49-
</Component>
5044
<Component Id="swift_Concurrency.dll" Guid="08d4e353-00af-4db0-9c55-2ea50eeddeb7">
5145
<File Id="swift_Concurrency.dll" Source="$(var.SDK_ROOT)\usr\bin\swift_Concurrency.dll" Checksum="yes" />
5246
</Component>

platforms/Windows/sdk-x86.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
<File Id="SwiftRemoteMirror.modulemap" Source="$(var.SDK_ROOT)\usr\include\swift\SwiftRemoteMirror\module.modulemap" Checksum="yes" />
153153
</Component>
154154

155-
<Component Id="wwiftRemoteMirror.lib" Directory="WindowsSDK_usr_lib_swift_windows_i686" Guid="3d429d95-1f9d-4b59-85f2-2676ae95539b">
155+
<Component Id="swiftRemoteMirror.lib" Directory="WindowsSDK_usr_lib_swift_windows_i686" Guid="3d429d95-1f9d-4b59-85f2-2676ae95539b">
156156
<File Id="swiftRemoteMirror.lib" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\i686\swiftRemoteMirror.lib" Checksum="yes" />
157157
</Component>
158158
</ComponentGroup>

0 commit comments

Comments
 (0)