Update XCode to 10.2. (#2825)
This commit is contained in:
+15
-13
@@ -25,6 +25,8 @@ dependencyProfiles = default alt
|
||||
airplaneMode = false
|
||||
# if true, ignores Xcode version check.
|
||||
ignoreXcodeVersionCheck = false
|
||||
# Disabled until decided better mechanism.
|
||||
# useFixedXcodeVersion = 10.2
|
||||
|
||||
downloadingAttempts = 10
|
||||
downloadingAttemptIntervalMs = 3000
|
||||
@@ -35,11 +37,11 @@ llvmVersion = 6.0.1
|
||||
|
||||
# Mac OS X.
|
||||
llvmHome.macos_x64 = clang-llvm-6.0.1-darwin-macos
|
||||
targetToolchain.macos_x64 = target-toolchain-8-macos_x64
|
||||
targetToolchain.macos_x64 = target-toolchain-9-macos_x64
|
||||
libffiDir.macos_x64 = libffi-3.2.1-3-darwin-macos
|
||||
|
||||
arch.macos_x64 = x86_64
|
||||
targetSysRoot.macos_x64 = target-sysroot-8-macos_x64
|
||||
targetSysRoot.macos_x64 = target-sysroot-9-macos_x64
|
||||
llvmLtoFlags.macos_x64 =
|
||||
llvmLtoOptFlags.macos_x64 = -O3 -function-sections
|
||||
llvmLtoNooptFlags.macos_x64 = -O1
|
||||
@@ -56,25 +58,25 @@ dependencies.macos_x64 = \
|
||||
libffi-3.2.1-3-darwin-macos \
|
||||
clang-llvm-6.0.1-darwin-macos
|
||||
|
||||
target-sysroot-8-macos_x64.default = \
|
||||
target-sysroot-9-macos_x64.default = \
|
||||
remote:internal
|
||||
|
||||
target-toolchain-8-macos_x64.default = \
|
||||
target-toolchain-9-macos_x64.default = \
|
||||
remote:internal
|
||||
|
||||
# Apple's 32-bit iOS.
|
||||
targetToolchain.macos_x64-ios_arm32 = target-toolchain-8-macos_x64
|
||||
targetToolchain.macos_x64-ios_arm32 = target-toolchain-9-macos_x64
|
||||
dependencies.macos_x64-ios_arm32 = \
|
||||
libffi-3.2.1-3-darwin-macos \
|
||||
clang-llvm-6.0.1-darwin-macos
|
||||
|
||||
target-sysroot-8-ios_arm32.default = \
|
||||
target-sysroot-9-ios_arm32.default = \
|
||||
remote:internal
|
||||
|
||||
arch.ios_arm32 = armv7
|
||||
entrySelector.ios_arm32 = -alias _Konan_main _main
|
||||
# Shared with 64-bit version.
|
||||
targetSysRoot.ios_arm32 = target-sysroot-8-ios_arm64
|
||||
targetSysRoot.ios_arm32 = target-sysroot-9-ios_arm64
|
||||
llvmLtoFlags.ios_arm32 =
|
||||
llvmLtoOptFlags.ios_arm32 = -O3 -function-sections
|
||||
linkerNoDebugFlags.ios_arm32 = -S
|
||||
@@ -88,17 +90,17 @@ osVersionMinFlagClang.ios_arm32 = -miphoneos-version-min
|
||||
osVersionMin.ios_arm32 = 9.0
|
||||
|
||||
# Apple's 64-bit iOS.
|
||||
targetToolchain.macos_x64-ios_arm64 = target-toolchain-8-macos_x64
|
||||
targetToolchain.macos_x64-ios_arm64 = target-toolchain-9-macos_x64
|
||||
dependencies.macos_x64-ios_arm64 = \
|
||||
libffi-3.2.1-3-darwin-macos \
|
||||
clang-llvm-6.0.1-darwin-macos
|
||||
|
||||
target-sysroot-8-ios_arm64.default = \
|
||||
target-sysroot-9-ios_arm64.default = \
|
||||
remote:internal
|
||||
|
||||
arch.ios_arm64 = arm64
|
||||
entrySelector.ios_arm64 = -alias _Konan_main _main
|
||||
targetSysRoot.ios_arm64 = target-sysroot-8-ios_arm64
|
||||
targetSysRoot.ios_arm64 = target-sysroot-9-ios_arm64
|
||||
llvmLtoFlags.ios_arm64 =
|
||||
llvmLtoOptFlags.ios_arm64 = -O3 -function-sections
|
||||
linkerNoDebugFlags.ios_arm64 = -S
|
||||
@@ -112,17 +114,17 @@ osVersionMinFlagClang.ios_arm64 = -miphoneos-version-min
|
||||
osVersionMin.ios_arm64 = 9.0
|
||||
|
||||
# Apple's iOS simulator.
|
||||
targetToolchain.macos_x64-ios_x64 = target-toolchain-8-macos_x64
|
||||
targetToolchain.macos_x64-ios_x64 = target-toolchain-9-macos_x64
|
||||
dependencies.macos_x64-ios_x64 = \
|
||||
libffi-3.2.1-3-darwin-macos \
|
||||
clang-llvm-6.0.1-darwin-macos
|
||||
|
||||
target-sysroot-8-ios_x64.default = \
|
||||
target-sysroot-9-ios_x64.default = \
|
||||
remote:internal
|
||||
|
||||
arch.ios_x64 = x86_64
|
||||
entrySelector.ios_x64 = -alias _Konan_main _main
|
||||
targetSysRoot.ios_x64 = target-sysroot-8-ios_x64
|
||||
targetSysRoot.ios_x64 = target-sysroot-9-ios_x64
|
||||
llvmLtoFlags.ios_x64 =
|
||||
llvmLtoOptFlags.ios_x64 = -O3 -function-sections
|
||||
llvmLtoNooptFlags.ios_x64 = -O1
|
||||
|
||||
Reference in New Issue
Block a user