From 860d5ddc7ba737e2c36fa3e06b9839e92b150b1d Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Thu, 2 Feb 2023 13:53:23 -0800 Subject: [PATCH] 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. --- platforms/Windows/devtools-amd64.wxs | 16 ---------------- platforms/Windows/devtools-arm64.wxs | 16 ---------------- 2 files changed, 32 deletions(-) diff --git a/platforms/Windows/devtools-amd64.wxs b/platforms/Windows/devtools-amd64.wxs index 43ead190..b4ee2cc1 100644 --- a/platforms/Windows/devtools-amd64.wxs +++ b/platforms/Windows/devtools-amd64.wxs @@ -40,20 +40,6 @@ - - - - - - - - - - - - - - @@ -281,7 +267,6 @@ - @@ -291,7 +276,6 @@ INSTALL_DEBUGINFO - diff --git a/platforms/Windows/devtools-arm64.wxs b/platforms/Windows/devtools-arm64.wxs index bce9ff00..36e9440b 100644 --- a/platforms/Windows/devtools-arm64.wxs +++ b/platforms/Windows/devtools-arm64.wxs @@ -40,20 +40,6 @@ - - - - - - - - - - - - - - @@ -281,7 +267,6 @@ - @@ -291,7 +276,6 @@ INSTALL_DEBUGINFO -