[K/N] Update Xcode version to 13.1

This commit is contained in:
Sergey Bogolepov
2021-11-23 12:43:54 +03:00
committed by Space
parent dd17e98266
commit 9b06df48e4
4 changed files with 64 additions and 64 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
set -e
# "brew install coreutils" for grealpath.
KONAN_TOOLCHAIN_VERSION=xcode_12_5
KONAN_TOOLCHAIN_VERSION=xcode_13_1
SDKS="macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator"
TARBALL_macosx=target-sysroot-$KONAN_TOOLCHAIN_VERSION-macosx
TARBALL_iphoneos=target-sysroot-$KONAN_TOOLCHAIN_VERSION-iphoneos