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 e995363 commit 87968d1Copy full SHA for 87968d1
scripts/test.sh
@@ -82,6 +82,9 @@ if [[ -z "${SCHEME:-}" ]]; then
82
# Check for the OS-suffixed scheme name
83
if echo "$schemes" | grep -q "^${SAMPLE}Example (${OS})$"; then
84
SCHEME="${SAMPLE}Example (${OS})"
85
+ # Check for the Swift-suffixed scheme
86
+ elif echo "$schemes" | grep -q "^${SAMPLE}ExampleSwift$"; then
87
+ SCHEME="${SAMPLE}ExampleSwift"
88
# Check for the base scheme name
89
elif echo "$schemes" | grep -q "^${SAMPLE}Example$"; then
90
SCHEME="${SAMPLE}Example"
0 commit comments