From 988e3e6800a95d0cad3d9594b94f3faaf4fb8ff5 Mon Sep 17 00:00:00 2001 From: Alex Soto Date: Fri, 13 Nov 2020 11:55:22 -0500 Subject: [PATCH] [xcode12.2] Bump Xcode to use final version and update API references --- Make.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Make.config b/Make.config index b1efa5cc76..d9daf0563d 100644 --- a/Make.config +++ b/Make.config @@ -35,7 +35,7 @@ $(TOP)/Make.config.inc: $(TOP)/Make.config $(TOP)/mk/mono.mk include $(TOP)/Make.versions -APIDIFF_REFERENCES=https://bosstoragemirror.blob.core.windows.net/wrench/jenkins/xcode12.1/e0ce496804e49056ab8eb41da55813083ab7f58b/15/package/bundle.zip +APIDIFF_REFERENCES=https://bosstoragemirror.blob.core.windows.net/wrench/jenkins/d16-8/e30c41de32f64eca655953b17c78c1d9d70249e3/39/package/bundle.zip PACKAGE_HEAD_REV=$(shell git rev-parse HEAD) @@ -112,8 +112,8 @@ WATCHOS_NUGET_VERSION_FULL=$(WATCHOS_NUGET_VERSION_NO_METADATA)+$(NUGET_BUILD_ME # Xcode version should have both a major and a minor version (even if the minor version is 0) XCODE_VERSION=12.2 -XCODE_URL=http://xamarin-storage/bot-provisioning/xcodes/Xcode_12.2_GM_seed.xip -XCODE_DEVELOPER_ROOT=/Applications/Xcode_12.2.0-rc.app/Contents/Developer +XCODE_URL=http://xamarin-storage/bot-provisioning/xcodes/Xcode_12.2.xip +XCODE_DEVELOPER_ROOT=/Applications/Xcode_12.2.0.app/Contents/Developer XCODE_PRODUCT_BUILD_VERSION:=$(shell /usr/libexec/PlistBuddy -c 'Print :ProductBuildVersion' $(XCODE_DEVELOPER_ROOT)/../version.plist) # Mono version embedded in XI/XM (NEEDED_MONO_VERSION/BRANCH) are specified in mk/mono.mk