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.