diff options
| author | Christian Cleberg <[email protected]> | 2026-03-18 19:16:02 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-03-18 19:16:02 -0500 |
| commit | 7fba8922e1540741240555560cc9504342bdb091 (patch) | |
| tree | 8f87280f5b50dcf2199de2e8305e020276d51421 /HutchTests.xctestplan | |
| parent | 1745311950fd68ad81957b3ba64f8566cd86ce19 (diff) | |
| download | hutch-7fba8922e1540741240555560cc9504342bdb091.tar.gz hutch-7fba8922e1540741240555560cc9504342bdb091.tar.bz2 hutch-7fba8922e1540741240555560cc9504342bdb091.zip | |
Guard authenticated text fetches to sr.ht hosts and add regression test
Diffstat (limited to 'HutchTests.xctestplan')
| -rw-r--r-- | HutchTests.xctestplan | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/HutchTests.xctestplan b/HutchTests.xctestplan new file mode 100644 index 0000000..8af3d1b --- /dev/null +++ b/HutchTests.xctestplan @@ -0,0 +1,30 @@ +{ + "configurations" : [ + { + "id" : "06A589A5-80C7-41FE-911F-03518252CBDD", + "name" : "Test Scheme Action", + "options" : { + + } + } + ], + "defaultOptions" : { + "performanceAntipatternCheckerEnabled" : true, + "targetForVariableExpansion" : { + "containerPath" : "container:Hutch.xcodeproj", + "identifier" : "8B4B28D02F6704280045FA19", + "name" : "Hutch" + } + }, + "testTargets" : [ + { + "parallelizable" : true, + "target" : { + "containerPath" : "container:Hutch.xcodeproj", + "identifier" : "8B8182B62F6B73F3000AE049", + "name" : "HutchTests" + } + } + ], + "version" : 1 +} |
