[macOS] Add Xcode 12.1.1 RC & Xcode 12.2 RC (#1991)

* Add Xcode 12.1.1

* add Xcode 12.2 RC as well
This commit is contained in:
Alena Sviridenko
2020-11-06 02:56:26 +03:00
committed by GitHub
parent 397cd6cee7
commit b4c00c3578
3 changed files with 2 additions and 9 deletions

View File

@@ -9,11 +9,6 @@ createXamarinProvisionatorSymlink() {
FULL_VERSION="12.0.1" FULL_VERSION="12.0.1"
fi fi
# temporary trick for 12.1.1
if [[ $XCODE_VERSION == "12.1" ]]; then
FULL_VERSION="12.1.1"
fi
if [ $FULL_VERSION != $XCODE_VERSION ]; then if [ $FULL_VERSION != $XCODE_VERSION ]; then
ln -sf "/Applications/Xcode_${XCODE_VERSION}.app" "/Applications/Xcode_${FULL_VERSION}.app" ln -sf "/Applications/Xcode_${XCODE_VERSION}.app" "/Applications/Xcode_${FULL_VERSION}.app"
fi fi
@@ -24,8 +19,6 @@ getXcodeVersionToInstall() {
if [[ $XCODE_VERSION == "12" ]]; then if [[ $XCODE_VERSION == "12" ]]; then
echo "12.0.1" echo "12.0.1"
elif [[ $XCODE_VERSION == "12.1" ]]; then
echo "12.1.1 Release Candidate"
elif [[ ! $XCODE_VERSION =~ "_beta" ]]; then elif [[ ! $XCODE_VERSION =~ "_beta" ]]; then
echo "${XCODE_VERSION//_/ }" echo "${XCODE_VERSION//_/ }"
else else

View File

@@ -2,7 +2,7 @@
"xcode": { "xcode": {
"default": "12", "default": "12",
"versions": [ "versions": [
"12.2_beta", "12.1", "12", "11.7", "11.6", "11.5", "11.4.1", "11.3.1", "11.2.1", "10.3" "12.2_Release_Candidate", "12.1.1_Release_Candidate", "12.1", "12", "11.7", "11.6", "11.5", "11.4.1", "11.3.1", "11.2.1", "10.3"
] ]
}, },
"xamarin": { "xamarin": {

View File

@@ -2,7 +2,7 @@
"xcode": { "xcode": {
"default": "11.7", "default": "11.7",
"versions": [ "versions": [
"12.2_beta", "11.7" "12.2_Release_Candidate", "11.7"
] ]
}, },
"xamarin": { "xamarin": {