From 04e9bf4cf6781f1fba514ce8f52ab3dde9d9f8fc Mon Sep 17 00:00:00 2001 From: Alex Soto Date: Tue, 21 Mar 2017 18:11:23 -0600 Subject: [PATCH] Bump to Xcode 8.3 beta 5 --- Make.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Make.config b/Make.config index 67bf6614b785..8cd797330c67 100644 --- a/Make.config +++ b/Make.config @@ -47,10 +47,10 @@ IOS_PACKAGE_VERSION_REV=$(word 3, $(subst ., ,$(IOS_PACKAGE_VERSION))) IOS_PACKAGE_VERSION_BUILD=$(IOS_COMMIT_DISTANCE) IOS_PACKAGE_UPDATE_ID=$(shell printf "2%02d%02d%02d%03d" $(IOS_PACKAGE_VERSION_MAJOR) $(IOS_PACKAGE_VERSION_MINOR) $(IOS_PACKAGE_VERSION_REV) $(IOS_PACKAGE_VERSION_BUILD)) -# Xcode 8.3 beta 3 +# Xcode 8.3 beta 5 XCODE_VERSION=8.3 -XCODE_URL=http://xamarin-storage/bot-provisioning/Xcode_8.3_beta_4.xip -XCODE_DEVELOPER_ROOT=/Applications/Xcode83-beta4.app/Contents/Developer +XCODE_URL=http://xamarin-storage/bot-provisioning/Xcode_8.3_beta_5.xip +XCODE_DEVELOPER_ROOT=/Applications/Xcode83-beta5.app/Contents/Developer # Minimum Mono version MIN_MONO_VERSION=4.8.0.269