Skip to content

Commit d7ee18f

Browse files
committed
WiX: rename SwiftRemoteMirror to LegacySwiftRemoteMirror
This renames the current default Windows SDK content to the `Legacy` prefixed name. This is in preparation to package up the new experimental SDK content. The experimental SDK is meant to become the default and this will simplify the transition.
1 parent 36273e6 commit d7ee18f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

platforms/Windows/platforms/windows/windows.wxs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -413,21 +413,21 @@
413413
</ComponentGroup>
414414

415415
<?if $(IncludeARM64) = True?>
416-
<ComponentGroup Id="SwiftRemoteMirror.arm64" Directory="WindowsSDK_usr_lib_swift_windows_arm64">
416+
<ComponentGroup Id="LegacySwiftRemoteMirror.arm64" Directory="WindowsSDK_usr_lib_swift_windows_arm64">
417417
<Component DiskId="2">
418418
<File Source="$(SDKRoot)\usr\lib\swift\windows\aarch64\swiftRemoteMirror.lib" />
419419
</Component>
420420
</ComponentGroup>
421421
<?endif?>
422422
<?if $(IncludeX64) = True?>
423-
<ComponentGroup Id="SwiftRemoteMirror.x64" Directory="WindowsSDK_usr_lib_swift_windows_x64">
423+
<ComponentGroup Id="LegacySwiftRemoteMirror.x64" Directory="WindowsSDK_usr_lib_swift_windows_x64">
424424
<Component DiskId="3">
425425
<File Source="$(SDKRoot)\usr\lib\swift\windows\x86_64\swiftRemoteMirror.lib" />
426426
</Component>
427427
</ComponentGroup>
428428
<?endif?>
429429
<?if $(IncludeX86) = True?>
430-
<ComponentGroup Id="SwiftRemoteMirror.x86" Directory="WindowsSDK_usr_lib_swift_windows_x86">
430+
<ComponentGroup Id="LegacySwiftRemoteMirror.x86" Directory="WindowsSDK_usr_lib_swift_windows_x86">
431431
<Component DiskId="4">
432432
<File Source="$(SDKRoot)\usr\lib\swift\windows\i686\swiftRemoteMirror.lib" />
433433
</Component>
@@ -2928,7 +2928,7 @@
29282928
<ComponentGroupRef Id="XCTest.arm64" />
29292929
<ComponentGroupRef Id="Testing.arm64" />
29302930

2931-
<ComponentGroupRef Id="SwiftRemoteMirror.arm64" />
2931+
<ComponentGroupRef Id="LegacySwiftRemoteMirror.arm64" />
29322932

29332933
<ComponentGroupRef Id="LegacyBlocksRuntime.arm64" />
29342934
<ComponentGroupRef Id="Legacydispatch.arm64" />
@@ -2972,7 +2972,7 @@
29722972
<ComponentGroupRef Id="XCTest.x64" />
29732973
<ComponentGroupRef Id="Testing.x64" />
29742974

2975-
<ComponentGroupRef Id="SwiftRemoteMirror.x64" />
2975+
<ComponentGroupRef Id="LegacySwiftRemoteMirror.x64" />
29762976

29772977
<ComponentGroupRef Id="LegacyBlocksRuntime.x64" />
29782978
<ComponentGroupRef Id="Legacydispatch.x64" />
@@ -3016,7 +3016,7 @@
30163016
<ComponentGroupRef Id="XCTest.x86" />
30173017
<ComponentGroupRef Id="Testing.x86" />
30183018

3019-
<ComponentGroupRef Id="SwiftRemoteMirror.x86" />
3019+
<ComponentGroupRef Id="LegacySwiftRemoteMirror.x86" />
30203020

30213021
<ComponentGroupRef Id="LegacyBlocksRuntime.x86" />
30223022
<ComponentGroupRef Id="Legacydispatch.x86" />

0 commit comments

Comments
 (0)