From 65cc28b05354618d80826df5a8410f66598ed77c Mon Sep 17 00:00:00 2001 From: Ali <> Date: Wed, 28 Jul 2021 00:09:11 +0200 Subject: [PATCH] Bump Xcode version --- buildbox/build-telegram.sh | 2 +- versions.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildbox/build-telegram.sh b/buildbox/build-telegram.sh index f2bc29956c..9ad61bb4da 100644 --- a/buildbox/build-telegram.sh +++ b/buildbox/build-telegram.sh @@ -5,7 +5,7 @@ set -e BUILD_TELEGRAM_VERSION="1" MACOS_VERSION="10.15" -XCODE_VERSION="12.4" +XCODE_VERSION="12.5.1" GUEST_SHELL="bash" VM_BASE_NAME="macos$(echo $MACOS_VERSION | sed -e 's/\.'/_/g)_Xcode$(echo $XCODE_VERSION | sed -e 's/\.'/_/g)" diff --git a/versions.json b/versions.json index c2ec49706b..adda46e6c6 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,5 @@ { "app": "7.9", "bazel": "4.0.0", - "xcode": "12.4" + "xcode": "12.5.1" }