diff options
| author | Christian Cleberg <[email protected]> | 2026-03-18 19:23:29 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-03-18 19:23:29 -0500 |
| commit | e07b4a28d6ac6086e5b652f72b9089e4d06f7e80 (patch) | |
| tree | 7d6feb9756a906502b70a444c6460698beab1fa1 /Hutch.xcodeproj/xcshareddata/xcschemes | |
| parent | 7fba8922e1540741240555560cc9504342bdb091 (diff) | |
| download | hutch-e07b4a28d6ac6086e5b652f72b9089e4d06f7e80.tar.gz hutch-e07b4a28d6ac6086e5b652f72b9089e4d06f7e80.tar.bz2 hutch-e07b4a28d6ac6086e5b652f72b9089e4d06f7e80.zip | |
harden README web rendering and sanitize untrusted links
Diffstat (limited to 'Hutch.xcodeproj/xcshareddata/xcschemes')
| -rw-r--r-- | Hutch.xcodeproj/xcshareddata/xcschemes/HutchTests.xcscheme | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/Hutch.xcodeproj/xcshareddata/xcschemes/HutchTests.xcscheme b/Hutch.xcodeproj/xcshareddata/xcschemes/HutchTests.xcscheme index 909ebd2..2cbf63c 100644 --- a/Hutch.xcodeproj/xcshareddata/xcschemes/HutchTests.xcscheme +++ b/Hutch.xcodeproj/xcshareddata/xcschemes/HutchTests.xcscheme @@ -42,7 +42,8 @@ debugDocumentVersioning = "YES" debugServiceExtension = "internal" allowLocationSimulation = "YES"> - <MacroExpansion> + <BuildableProductRunnable + runnableDebuggingMode = "0"> <BuildableReference BuildableIdentifier = "primary" BlueprintIdentifier = "8B4B28D02F6704280045FA19" @@ -50,7 +51,7 @@ BlueprintName = "Hutch" ReferencedContainer = "container:Hutch.xcodeproj"> </BuildableReference> - </MacroExpansion> + </BuildableProductRunnable> </LaunchAction> <ProfileAction buildConfiguration = "Release" @@ -58,6 +59,15 @@ savedToolIdentifier = "" useCustomWorkingDirectory = "NO" debugDocumentVersioning = "YES"> + <MacroExpansion> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "8B4B28D02F6704280045FA19" + BuildableName = "Hutch.app" + BlueprintName = "Hutch" + ReferencedContainer = "container:Hutch.xcodeproj"> + </BuildableReference> + </MacroExpansion> </ProfileAction> <AnalyzeAction buildConfiguration = "Debug"> |
