Map parallelizable true to parallelization all to match the behaviour from Xcodeproj 8.24.3 (#1565)

This commit is contained in:
Craig Siemens
2025-07-22 13:47:04 +10:00
committed by GitHub
parent a19bbe4791
commit fa7358b6fc
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -260,7 +260,7 @@ public class SchemeGenerator {
return XCScheme.TestableReference(
skipped: testTarget.skipped,
parallelizable: testTarget.parallelizable,
parallelization: testTarget.parallelizable ? .all : .none,
randomExecutionOrdering: testTarget.randomExecutionOrder,
buildableReference: testBuildEntries.buildableReference,
locationScenarioReference: locationScenarioReference,