Skip to content

Commit 87968d1

Browse files
committed
test swift-suffixed scheme
1 parent e995363 commit 87968d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ if [[ -z "${SCHEME:-}" ]]; then
8282
# Check for the OS-suffixed scheme name
8383
if echo "$schemes" | grep -q "^${SAMPLE}Example (${OS})$"; then
8484
SCHEME="${SAMPLE}Example (${OS})"
85+
# Check for the Swift-suffixed scheme
86+
elif echo "$schemes" | grep -q "^${SAMPLE}ExampleSwift$"; then
87+
SCHEME="${SAMPLE}ExampleSwift"
8588
# Check for the base scheme name
8689
elif echo "$schemes" | grep -q "^${SAMPLE}Example$"; then
8790
SCHEME="${SAMPLE}Example"

0 commit comments

Comments
 (0)