Skip to content

Commit 3e3c3c5

Browse files
committed
Fix syntax
1 parent 2b2928c commit 3e3c3c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ xcode_major="${xcode_version/.*/}"
2626

2727
if [[ "$xcode_major" -ge 26 ]]; then
2828
iphone_version="17"
29-
ios_version: "26"
29+
ios_version="26"
3030
elif [[ "$xcode_major" -ge 16 ]]; then
3131
iphone_version="16"
32-
ios_version: "18"
32+
ios_version="18"
3333
else
3434
echo "Unsupported Xcode version $xcode_version; exiting." 1>&2
3535
exit 1

0 commit comments

Comments
 (0)