mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
Remove unused init argument
This commit is contained in:
@@ -198,7 +198,6 @@ public struct Scheme: Equatable {
|
||||
coverageTargets: [TargetReference] = [],
|
||||
disableMainThreadChecker: Bool = disableMainThreadCheckerDefault,
|
||||
randomExecutionOrder: Bool = false,
|
||||
parallelizable: Bool = false,
|
||||
commandLineArguments: [String: Bool] = [:],
|
||||
targets: [TestTarget] = [],
|
||||
preActions: [ExecutionAction] = [],
|
||||
|
||||
@@ -510,7 +510,6 @@ class ProjectSpecTests: XCTestCase {
|
||||
gatherCoverageData: true,
|
||||
disableMainThreadChecker: true,
|
||||
randomExecutionOrder: false,
|
||||
parallelizable: false,
|
||||
commandLineArguments: ["foo": true],
|
||||
targets: [Scheme.Test.TestTarget(targetReference: "foo",
|
||||
randomExecutionOrder: false,
|
||||
|
||||
Reference in New Issue
Block a user