[K/N] Update Xcode version to 14-RC

This commit is contained in:
Sergey Bogolepov
2022-09-08 12:24:00 +03:00
parent 95e83d064d
commit 8bf7a17508
2 changed files with 62 additions and 62 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
set -e
# "brew install coreutils" for grealpath.
KONAN_TOOLCHAIN_VERSION=xcode_13_1
KONAN_TOOLCHAIN_VERSION=xcode_14_rc
SDKS="macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator"
TARBALL_macosx=target-sysroot-$KONAN_TOOLCHAIN_VERSION-macosx
TARBALL_iphoneos=target-sysroot-$KONAN_TOOLCHAIN_VERSION-iphoneos