We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f527c9 commit f4fa898Copy full SHA for f4fa898
tools/generators/xcschemes/src/Generator/CreateCustomSchemeInfos.swift
@@ -629,11 +629,6 @@ set
629
as: Bool.self,
630
in: url
631
)
632
- let xcodeConfiguration = try consumeArg(
633
- "test-xcode-configuration",
634
- as: String?.self,
635
- in: url
636
- )
637
let appLanguage = try consumeArg(
638
"test-app-language",
639
as: String?.self,
@@ -644,6 +639,11 @@ set
644
645
640
646
641
642
+ let xcodeConfiguration = try consumeArg(
643
+ "test-xcode-configuration",
+ as: String?.self,
+ in: url
+ )
647
648
let firstTestTargetID = testTargets.first?.target.key.sortedIds.first!
649
0 commit comments