From 48bd486a0165dde65471799ab4dd960646d4af58 Mon Sep 17 00:00:00 2001 From: Rintaro Ishizaki Date: Tue, 30 Jul 2024 11:23:21 -0700 Subject: [PATCH 1/2] [Windows/Android] Add swift-testing (cherry picked from commit 852784acd58cf2ce2f490c9654fd0f0b52a8cd6e) --- platforms/Windows/bld/bld.wxs | 3 +++ platforms/Windows/sdk/sdk.wxs | 38 ++++++++++++++++++++++++++++++++--- 2 files changed, 38 insertions(+), 3 deletions(-) diff --git a/platforms/Windows/bld/bld.wxs b/platforms/Windows/bld/bld.wxs index a955d0a1..7b226577 100644 --- a/platforms/Windows/bld/bld.wxs +++ b/platforms/Windows/bld/bld.wxs @@ -324,6 +324,9 @@ + + + diff --git a/platforms/Windows/sdk/sdk.wxs b/platforms/Windows/sdk/sdk.wxs index 6348808e..c4c0152b 100644 --- a/platforms/Windows/sdk/sdk.wxs +++ b/platforms/Windows/sdk/sdk.wxs @@ -34,7 +34,9 @@ └─ Windows.platform └─ Developer ├─ Library - │ └─ XCTest-development + │ ├─ XCTest-development + │ │ └─ ... + │ └─ Testing-development │ └─ ... └─ SDKs └─ Windows.sdk @@ -44,11 +46,11 @@ - + @@ -62,6 +64,20 @@ + + + + + + + + + + + + + + @@ -130,6 +146,21 @@ + + + + + + + + + + + + + + + @@ -1228,6 +1259,7 @@ + From fbc2f1871bc8a1989392139d0109a07e9f10c722 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Mon, 19 Aug 2024 09:19:52 -0700 Subject: [PATCH 2/2] WiX: extract Testing Macros into a component (NFC) Extract the testing macros into their own component group. Each repository is currently setup into a single component group that we then enumerate into the install image. This follows suit for the testing macros. (cherry picked from commit 0932d6b3dddce51b893c7741ea896129b98c5812) --- platforms/Windows/bld/bld.wxs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/platforms/Windows/bld/bld.wxs b/platforms/Windows/bld/bld.wxs index 7b226577..3f8caaed 100644 --- a/platforms/Windows/bld/bld.wxs +++ b/platforms/Windows/bld/bld.wxs @@ -324,9 +324,6 @@ - - - @@ -335,6 +332,12 @@ + + + + + + @@ -435,6 +438,7 @@ +