From d5c1f345f29e45459844dbe6b60fbb8ddece63cd Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Wed, 5 Mar 2025 08:43:34 -0800 Subject: [PATCH 1/2] WiX: use TitleCase consistently for components The majority of the components are in TitleCase rather than snake_case. Adjust the last few ones. --- platforms/Windows/dbg/dbg.wxs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/platforms/Windows/dbg/dbg.wxs b/platforms/Windows/dbg/dbg.wxs index 50092278..d2804651 100644 --- a/platforms/Windows/dbg/dbg.wxs +++ b/platforms/Windows/dbg/dbg.wxs @@ -27,7 +27,7 @@ - + @@ -93,19 +93,19 @@ - + - + - + @@ -132,11 +132,11 @@ - - + + - - + + From a92e88282344244797091eb87d5870afabada430 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Wed, 5 Mar 2025 08:47:11 -0800 Subject: [PATCH 2/2] WiX: package and distribute `swift-synthesize-interface` This adds a new utility to the toolchain - `swift-synthesize-interface`. For now, consider it a debugging utility as it is not used during the normal compilation pipeline and thus is not a build tool. This is not something that is normally used during CI pipelines and does not fit into the CLI tools. As this is not currently integrated into the IDE, we don't consider it an IDE tool either. --- platforms/Windows/dbg/dbg.wxs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/platforms/Windows/dbg/dbg.wxs b/platforms/Windows/dbg/dbg.wxs index d2804651..a57e1b5e 100644 --- a/platforms/Windows/dbg/dbg.wxs +++ b/platforms/Windows/dbg/dbg.wxs @@ -105,6 +105,12 @@ + + + + + + @@ -137,6 +143,7 @@ +