Skip to content

Commit f4fa898

Browse files
Fix parsing of custom scheme test options (#3110)
Signed-off-by: Brentley Jones <[email protected]>
1 parent 8f527c9 commit f4fa898

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tools/generators/xcschemes/src/Generator/CreateCustomSchemeInfos.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -629,11 +629,6 @@ set
629629
as: Bool.self,
630630
in: url
631631
)
632-
let xcodeConfiguration = try consumeArg(
633-
"test-xcode-configuration",
634-
as: String?.self,
635-
in: url
636-
)
637632
let appLanguage = try consumeArg(
638633
"test-app-language",
639634
as: String?.self,
@@ -644,6 +639,11 @@ set
644639
as: String?.self,
645640
in: url
646641
)
642+
let xcodeConfiguration = try consumeArg(
643+
"test-xcode-configuration",
644+
as: String?.self,
645+
in: url
646+
)
647647

648648
let firstTestTargetID = testTargets.first?.target.key.sortedIds.first!
649649

0 commit comments

Comments
 (0)