Bump Xcode to beta 4 to run tests against the newest toolchain and SDKs

This commit is contained in:
Sebastien Pouliot 2016-08-01 14:59:13 -04:00
Родитель f9b69492d5
Коммит 5591207f1f
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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