summaryrefslogtreecommitdiff
path: root/Hutch.xcodeproj/xcshareddata
Commit message (Collapse)AuthorAgeFilesLines
* fix: repair test plan reference in Hutch schemeChristian Cleberg2026-07-151-1/+1
| | | | | | | | | | 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.
* fix: finish half-completed storekit implementationChristian Cleberg2026-04-191-0/+3
|
* Fix nonisolated table alignment lookup in Readme ViewChristian Cleberg2026-03-302-2/+2
|
* harden README web rendering and sanitize untrusted linksChristian Cleberg2026-03-181-2/+12
|
* Guard authenticated text fetches to sr.ht hosts and add regression testChristian Cleberg2026-03-182-0/+165