|
1 |
| -<?xml version="1.0" encoding="utf-8"?> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
|
3 | 3 |
|
4 | 4 | <?if $(ProductArchitecture) = "amd64"?>
|
|
335 | 335 | </Component>
|
336 | 336 | </ComponentGroup>
|
337 | 337 |
|
| 338 | + <ComponentGroup Id="_FoundationCollections" Directory="_FoundationCollections.swiftmodule"> |
| 339 | + <Component> |
| 340 | + <File Source="$(SDK_ROOT)\usr\lib\swift\windows\_FoundationCollections.swiftmodule\$(ArchArchDir).swiftdoc" /> |
| 341 | + </Component> |
| 342 | + <Component> |
| 343 | + <File Source="$(SDK_ROOT)\usr\lib\swift\windows\_FoundationCollections.swiftmodule\$(ArchArchDir).swiftmodule" /> |
| 344 | + </Component> |
| 345 | + </ComponentGroup> |
| 346 | + |
| 347 | + <ComponentGroup Id="FoundationEssentials" Directory="FoundationEssentials.swiftmodule"> |
| 348 | + <Component> |
| 349 | + <File Source="$(SDK_ROOT)\usr\lib\swift\windows\FoundationEssentials.swiftmodule\$(ArchTriple).swiftdoc" /> |
| 350 | + </Component> |
| 351 | + <Component> |
| 352 | + <File Source="$(SDK_ROOT)\usr\lib\swift\windows\FoundationEssentials.swiftmodule\$(ArchTriple).swiftmodule" /> |
| 353 | + </Component> |
| 354 | + <Component Directory="WindowsSDK_usr_lib_swift_windows_ARCH"> |
| 355 | + <File Source="$(SDK_ROOT)\usr\lib\swift\windows\FoundationEssentials.lib" /> |
| 356 | + </Component> |
| 357 | + </ComponentGroup> |
| 358 | + |
| 359 | + <ComponentGroup Id="FoundationInternationalization" Directory="FoundationInternationalization.swiftmodule"> |
| 360 | + <Component> |
| 361 | + <File Source="$(SDK_ROOT)\usr\lib\swift\windows\FoundationInternationalization.swiftmodule\$(ArchTriple).swiftdoc" /> |
| 362 | + </Component> |
| 363 | + <Component> |
| 364 | + <File Source="$(SDK_ROOT)\usr\lib\swift\windows\FoundationInternationalization.swiftmodule\$(ArchTriple).swiftmodule" /> |
| 365 | + </Component> |
| 366 | + <Component Directory="WindowsSDK_usr_lib_swift_windows_ARCH"> |
| 367 | + <File Source="$(SDK_ROOT)\usr\lib\swift\windows\FoundationInternationalization.lib" /> |
| 368 | + </Component> |
| 369 | + </ComponentGroup> |
| 370 | + |
338 | 371 | <ComponentGroup Id="Foundation" Directory="Foundation.swiftmodule">
|
339 | 372 | <Component>
|
340 |
| - <File Name="$(ArchTriple).swiftdoc" Source="$(SDK_ROOT)\usr\lib\swift\windows\$(ArchArchDir)\Foundation.swiftdoc" /> |
| 373 | + <File Source="$(SDK_ROOT)\usr\lib\swift\windows\Foundation.swiftmodule\$(ArchTriple).swiftdoc" /> |
341 | 374 | </Component>
|
342 | 375 | <Component>
|
343 |
| - <File Name="$(ArchTriple).swiftmodule" Source="$(SDK_ROOT)\usr\lib\swift\windows\$(ArchArchDir)\Foundation.swiftmodule" /> |
| 376 | + <File Source="$(SDK_ROOT)\usr\lib\swift\windows\Foundation.swiftmodule\$(ArchTriple).swiftmodule" /> |
344 | 377 | </Component>
|
345 | 378 | <Component Directory="WindowsSDK_usr_lib_swift_windows_ARCH">
|
346 | 379 | <File Source="$(SDK_ROOT)\usr\lib\swift\windows\Foundation.lib" />
|
|
349 | 382 |
|
350 | 383 | <ComponentGroup Id="FoundationNetworking" Directory="FoundationNetworking.swiftmodule">
|
351 | 384 | <Component>
|
352 |
| - <File Name="$(ArchTriple).swiftdoc" Source="$(SDK_ROOT)\usr\lib\swift\windows\$(ArchArchDir)\FoundationNetworking.swiftdoc" /> |
| 385 | + <File Source="$(SDK_ROOT)\usr\lib\swift\windows\FoundationNetworking.swiftmodule\$(ArchTriple).swiftdoc" /> |
353 | 386 | </Component>
|
354 | 387 | <Component>
|
355 |
| - <File Name="$(ArchTriple).swiftmodule" Source="$(SDK_ROOT)\usr\lib\swift\windows\$(ArchArchDir)\FoundationNetworking.swiftmodule" /> |
| 388 | + <File Source="$(SDK_ROOT)\usr\lib\swift\windows\FoundationNetworking.swiftmodule\$(ArchTriple).swiftmodule" /> |
356 | 389 | </Component>
|
357 | 390 | <Component Directory="WindowsSDK_usr_lib_swift_windows_ARCH">
|
358 | 391 | <File Source="$(SDK_ROOT)\usr\lib\swift\windows\FoundationNetworking.lib" />
|
|
361 | 394 |
|
362 | 395 | <ComponentGroup Id="FoundationXML" Directory="FoundationXML.swiftmodule">
|
363 | 396 | <Component>
|
364 |
| - <File Name="$(ArchTriple).swiftdoc" Source="$(SDK_ROOT)\usr\lib\swift\windows\$(ArchArchDir)\FoundationXML.swiftdoc" /> |
| 397 | + <File Source="$(SDK_ROOT)\usr\lib\swift\windows\FoundationXML.swiftmodule\$(ArchTriple).swiftdoc" /> |
365 | 398 | </Component>
|
366 | 399 | <Component>
|
367 |
| - <File Name="$(ArchTriple).swiftmodule" Source="$(SDK_ROOT)\usr\lib\swift\windows\$(ArchArchDir)\FoundationXML.swiftmodule" /> |
| 400 | + <File Source="$(SDK_ROOT)\usr\lib\swift\windows\FoundationXML.swiftmodule\$(ArchTriple).swiftmodule" /> |
368 | 401 | </Component>
|
369 | 402 | <Component Directory="WindowsSDK_usr_lib_swift_windows_ARCH">
|
370 | 403 | <File Source="$(SDK_ROOT)\usr\lib\swift\windows\FoundationXML.lib" />
|
|
530 | 563 | <ComponentGroupRef Id="SwiftRemoteMirror" />
|
531 | 564 | <ComponentGroupRef Id="BlocksRuntime" />
|
532 | 565 | <ComponentGroupRef Id="libdispatch" />
|
| 566 | + <ComponentGroupRef Id="_foundation_unicode" /> |
| 567 | + <ComponentGroupRef Id="_FoundationCShims" /> |
533 | 568 | <ComponentGroupRef Id="_Concurrency" />
|
534 | 569 | <ComponentGroupRef Id="_Differentiation" />
|
535 | 570 | <ComponentGroupRef Id="_RegexParser" />
|
|
538 | 573 | <ComponentGroupRef Id="Cxx" />
|
539 | 574 | <ComponentGroupRef Id="CxxStdlib" />
|
540 | 575 | <ComponentGroupRef Id="Distributed" />
|
| 576 | + <ComponentGroupRef Id="_FoundationCollections" /> |
| 577 | + <ComponentGroupRef Id="FoundationEssentials" /> |
| 578 | + <ComponentGroupRef Id="FoundationInternationalization" /> |
541 | 579 | <ComponentGroupRef Id="Foundation" />
|
542 | 580 | <ComponentGroupRef Id="FoundationXML" />
|
543 | 581 | <ComponentGroupRef Id="FoundationNetworking" />
|
|
0 commit comments