diff --git a/Make.config b/Make.config index 4df0124126..a4720b3fa7 100644 --- a/Make.config +++ b/Make.config @@ -60,8 +60,8 @@ IOS_PACKAGE_UPDATE_ID=$(shell printf "2%02d%02d%02d%03d" $(IOS_PACKAGE_VERSION_M # Xcode version should have both a major and a minor version (even if the minor version is 0) XCODE_VERSION=11.3 -XCODE_URL=http://xamarin-storage/bot-provisioning/xcodes/Xcode_11.3_beta.xip -XCODE_DEVELOPER_ROOT=/Applications/Xcode113-beta1.app/Contents/Developer +XCODE_URL=http://xamarin-storage/bot-provisioning/xcodes/Xcode_11.3.xip +XCODE_DEVELOPER_ROOT=/Applications/Xcode113.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