krz/hutch

an ios client for sourcehut

clone: git clone https://gitbay.org/krz/hutch.git

ed572a864debd7df840ea5873173be18ff27e809

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-07-16T00:11:56Z

fix: repair test plan reference in Hutch scheme

The Hutch scheme referenced `container:HutchTests`, omitting the
`.xctestplan` extension, so `xcodebuild test -scheme Hutch` failed with
"the test plan HutchTests could not be read". HutchTests.xcscheme already
used the correct reference.

The README directs contributors to the Hutch scheme, so this path needs to
work before it can be wired into CI.
 Hutch.xcodeproj/xcshareddata/xcschemes/Hutch.xcscheme | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Hutch.xcodeproj/xcshareddata/xcschemes/Hutch.xcscheme b/Hutch.xcodeproj/xcshareddata/xcschemes/Hutch.xcscheme
index 974a7f8..b273afb 100644
--- a/Hutch.xcodeproj/xcshareddata/xcschemes/Hutch.xcscheme
+++ b/Hutch.xcodeproj/xcshareddata/xcschemes/Hutch.xcscheme
@@ -30,7 +30,7 @@
       shouldUseLaunchSchemeArgsEnv = "YES">
       <TestPlans>
          <TestPlanReference
-            reference = "container:HutchTests"
+            reference = "container:HutchTests.xctestplan"
             default = "YES">
          </TestPlanReference>
       </TestPlans>