Skip to content

Commit 4e869e4

Browse files
committed
We’re setting the OS and device in the matrix
1 parent f027d3b commit 4e869e4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

scripts/test.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ xcode_version=$(xcodebuild -version | grep Xcode)
2424
xcode_version="${xcode_version/Xcode /}"
2525
xcode_major="${xcode_version/.*/}"
2626

27-
if [[ "$xcode_major" -ge 26 ]]; then
28-
iphone_version="17 Pro"
29-
ios_version="26.1"
30-
elif [[ "$xcode_major" -ge 16 ]]; then
31-
iphone_version="16 Pro"
32-
ios_version="18.6"
33-
else
34-
echo "Unsupported Xcode version $xcode_version; exiting." 1>&2
35-
exit 1
36-
fi
27+
# if [[ "$xcode_major" -ge 26 ]]; then
28+
# iphone_version="17 Pro"
29+
# ios_version="26.1"
30+
# elif [[ "$xcode_major" -ge 16 ]]; then
31+
# iphone_version="16 Pro"
32+
# ios_version="18.6"
33+
# else
34+
# echo "Unsupported Xcode version $xcode_version; exiting." 1>&2
35+
# exit 1
36+
# fi
3737

3838
# Set default parameters
3939
if [[ -z "${SPM:-}" ]]; then

0 commit comments

Comments
 (0)