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 a0caca5 commit 5b89a24Copy full SHA for 5b89a24
scripts/test.sh
@@ -44,29 +44,6 @@ fi
44
# Set have_secrets to true or false.
45
source scripts/check_secrets.sh
46
47
-# Get Xcode version
48
-system=$(uname -s)
49
-case "$system" in
50
- Darwin)
51
- xcode_version=$(xcodebuild -version | head -n 1)
52
- xcode_version="${xcode_version/Xcode /}"
53
- xcode_major="${xcode_version/.*/}"
54
- ;;
55
- *)
56
- xcode_major="0"
57
58
-esac
59
-
60
-# Check Xcode version when testing watchOS
61
-if [[ "$TEST" == true && \
62
- "$OS" == watchOS && \
63
- "$xcode_major" -lt 13 && \
64
- "$xcode_version" != "12.5.1" && \
65
- "$xcode_version" != "12.5" ]]; then
66
- echo "Xcode version does not yet supporting testing on watchOS"
67
- exit 1
68
-fi
69
70
# Initialize flags
71
flags=()
72
0 commit comments