From f40768d615877f1e92baef84b35ff80ec92acd0d Mon Sep 17 00:00:00 2001 From: Andrew McKnight Date: Tue, 1 Jul 2025 13:33:34 -0800 Subject: [PATCH 1/4] fix ref to test plan --- Samples/watchOS-Swift/watchOS-Swift.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Samples/watchOS-Swift/watchOS-Swift.yml b/Samples/watchOS-Swift/watchOS-Swift.yml index 87fa31c6373..65da219e153 100644 --- a/Samples/watchOS-Swift/watchOS-Swift.yml +++ b/Samples/watchOS-Swift/watchOS-Swift.yml @@ -16,7 +16,7 @@ projectReferences: fileGroups: - ../Shared/Config - watchOS-Swift.yml - - ../../Plans/iOS-SwiftUI_Base.xctestplan + - ../../Plans/watchOS-Swift-WatchKit-App_Base.xctestplan options: bundleIdPrefix: io.sentry targets: From d8ccfce67e5c9f1e9ea63374c68714dd0319fbe2 Mon Sep 17 00:00:00 2001 From: Andrew McKnight Date: Tue, 1 Jul 2025 13:42:22 -0800 Subject: [PATCH 2/4] re-add the removed test plan --- ...watchOS-Swift-WatchKit-App_Base.xctestplan | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Plans/watchOS-Swift-WatchKit-App_Base.xctestplan diff --git a/Plans/watchOS-Swift-WatchKit-App_Base.xctestplan b/Plans/watchOS-Swift-WatchKit-App_Base.xctestplan new file mode 100644 index 00000000000..3c41d3410a2 --- /dev/null +++ b/Plans/watchOS-Swift-WatchKit-App_Base.xctestplan @@ -0,0 +1,24 @@ +{ + "configurations" : [ + { + "id" : "98653415-D222-4395-94B5-126C1BCFB12F", + "name" : "Configuration 1", + "options" : { + + } + } + ], + "defaultOptions" : { + "codeCoverage" : false, + "targetForVariableExpansion" : { + "containerPath" : "container:watchOS-Swift.xcodeproj", + "identifier" : "7B82C48224C98A93002CA6D1", + "name" : "watchOS-Swift WatchKit App" + }, + "uiTestingScreenshotsLifetime" : "keepAlways" + }, + "testTargets" : [ + + ], + "version" : 1 +} From b189ab17c9ec62eecc27dc176537c0657304e60f Mon Sep 17 00:00:00 2001 From: Andrew McKnight Date: Tue, 1 Jul 2025 13:43:54 -0800 Subject: [PATCH 3/4] Revert "re-add the removed test plan" This reverts commit d8ccfce67e5c9f1e9ea63374c68714dd0319fbe2. --- ...watchOS-Swift-WatchKit-App_Base.xctestplan | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100644 Plans/watchOS-Swift-WatchKit-App_Base.xctestplan diff --git a/Plans/watchOS-Swift-WatchKit-App_Base.xctestplan b/Plans/watchOS-Swift-WatchKit-App_Base.xctestplan deleted file mode 100644 index 3c41d3410a2..00000000000 --- a/Plans/watchOS-Swift-WatchKit-App_Base.xctestplan +++ /dev/null @@ -1,24 +0,0 @@ -{ - "configurations" : [ - { - "id" : "98653415-D222-4395-94B5-126C1BCFB12F", - "name" : "Configuration 1", - "options" : { - - } - } - ], - "defaultOptions" : { - "codeCoverage" : false, - "targetForVariableExpansion" : { - "containerPath" : "container:watchOS-Swift.xcodeproj", - "identifier" : "7B82C48224C98A93002CA6D1", - "name" : "watchOS-Swift WatchKit App" - }, - "uiTestingScreenshotsLifetime" : "keepAlways" - }, - "testTargets" : [ - - ], - "version" : 1 -} From a0029d990f057a5368c7f5a69e75e8a7ff6bceac Mon Sep 17 00:00:00 2001 From: Andrew McKnight Date: Tue, 1 Jul 2025 13:45:58 -0800 Subject: [PATCH 4/4] remove test plan line --- Samples/watchOS-Swift/watchOS-Swift.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/Samples/watchOS-Swift/watchOS-Swift.yml b/Samples/watchOS-Swift/watchOS-Swift.yml index 65da219e153..ceebefcb2fe 100644 --- a/Samples/watchOS-Swift/watchOS-Swift.yml +++ b/Samples/watchOS-Swift/watchOS-Swift.yml @@ -16,7 +16,6 @@ projectReferences: fileGroups: - ../Shared/Config - watchOS-Swift.yml - - ../../Plans/watchOS-Swift-WatchKit-App_Base.xctestplan options: bundleIdPrefix: io.sentry targets: