From d141238f1d9a37dde73eaf0cfb3fc224ad95f2ef Mon Sep 17 00:00:00 2001 From: "Sven A. Schmidt" Date: Thu, 5 Oct 2023 09:28:18 +0200 Subject: [PATCH 1/2] Update .spi.yml Fix watchOS builds by selecting correct scheme --- .spi.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.spi.yml b/.spi.yml index 5ffa66659..085496923 100644 --- a/.spi.yml +++ b/.spi.yml @@ -10,3 +10,5 @@ builder: # First item in the list is the "landing" (default) target - SnapshotTesting - InlineSnapshotTesting + - platform: watchOS + scheme: SnapshotTesting From accfd61290c0715612d853cf33f8398036c2cfa4 Mon Sep 17 00:00:00 2001 From: "Sven A. Schmidt" Date: Fri, 6 Oct 2023 09:53:27 +0200 Subject: [PATCH 2/2] Update .spi.yml --- .spi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.spi.yml b/.spi.yml index 085496923..161f13124 100644 --- a/.spi.yml +++ b/.spi.yml @@ -11,4 +11,4 @@ builder: - SnapshotTesting - InlineSnapshotTesting - platform: watchOS - scheme: SnapshotTesting + scheme: InlineSnapshotTesting