From 5591207f1f4b53a018b460398cc61972b6a1f271 Mon Sep 17 00:00:00 2001 From: Sebastien Pouliot Date: Mon, 1 Aug 2016 14:59:13 -0400 Subject: [PATCH] Bump Xcode to beta 4 to run tests against the newest toolchain and SDKs --- Make.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Make.config b/Make.config index d457849518..ccc3a92db6 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.0 beta 3 +# Xcode 8.0 beta 4 XCODE_VERSION=8.0 -XCODE_URL=http://storage.bos.xamarin.com/bot-provisioning/Xcode_8_beta_3.xip -XCODE_DEVELOPER_ROOT=/Applications/Xcode8-beta3.app/Contents/Developer +XCODE_URL=http://storage.bos.xamarin.com/bot-provisioning/Xcode_8_beta_4.xip +XCODE_DEVELOPER_ROOT=/Applications/Xcode8-beta4.app/Contents/Developer # Minimum Mono version MIN_MONO_VERSION=4.4.0.148