You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WiX: remove SwiftCrypto from the installer manifest
Remove the swift-crypto contents from the installer manifest as this
library can be built statically and linked accordingly into SPM as there
is a single consumer of it. This will help reduce the binary size.
<FeatureId="DeveloperTools"Absent="disallow"AllowAdvertise="yes"ConfigurableDirectory="INSTALLDIR"Description="Swift Developer Tools for Windows x86_64"Level="1"Title="Swift Developer Tools (Windows x86_64)">
240
-
<ComponentGroupRefId="SwiftCrypto" />
241
226
<ComponentGroupRefId="SwiftCollections" />
242
227
<ComponentGroupRefId="SwiftSystem" />
243
228
<ComponentGroupRefId="SwiftPackageManager" />
@@ -246,7 +231,6 @@
246
231
<?ifdef INCLUDE_DEBUG_INFO ?>
247
232
<FeatureId="DebugInfo"Absent="allow"AllowAdvertise="yes"Description="Debug Information for Swift Developer Tools for Windows x86_64"Level="0"Title="Debug Info">
<FeatureId="DeveloperTools"Absent="disallow"AllowAdvertise="yes"ConfigurableDirectory="INSTALLDIR"Description="Swift Developer Tools for Windows aarch64"Level="1"Title="Swift Developer Tools (Windows aarch64)">
240
-
<ComponentGroupRefId="SwiftCrypto" />
241
226
<ComponentGroupRefId="SwiftCollections" />
242
227
<ComponentGroupRefId="SwiftSystem" />
243
228
<ComponentGroupRefId="SwiftPackageManager" />
@@ -246,7 +231,6 @@
246
231
<?ifdef INCLUDE_DEBUG_INFO ?>
247
232
<FeatureId="DebugInfo"Absent="allow"AllowAdvertise="yes"Description="Debug Information for Swift Developer Tools for Windows aarch64"Level="0"Title="Debug Info">
0 commit comments