Skip to content

Commit e9e800d

Browse files
committed
WiX: draw a diagram of the SDK layout
The SDK layout is now the most complex part of the Swift distribution. Draw a rendering of the layout to make it easier to follow.
1 parent 1b0e174 commit e9e800d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

platforms/Windows/sdk.wxs

+13
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@
1111

1212
<Media Id="1" Cabinet="WindowsSDK.cab" EmbedCab="yes" CompressionLevel="high" />
1313

14+
<!--
15+
%ProgramFiles64Folder%
16+
└─ Swift
17+
└─ Platforms
18+
└─ Windows.platform
19+
└─ Developer
20+
├─ Library
21+
│ └─ XCTest-development
22+
│ └─ ...
23+
└─ SDKs
24+
└─ Windows.sdk
25+
└─ ...
26+
-->
1427
<StandardDirectory Id="ProgramFiles64Folder">
1528
<Directory Id="INSTALLDIR" Name="Swift">
1629
<Directory Id="Platforms" Name="Platforms">

0 commit comments

Comments
 (0)