This commit is contained in:
Vincent Dondain 2019-12-11 03:11:17 -05:00 коммит произвёл Rolf Bjarne Kvinge
Родитель 8abcd9c60c
Коммит 889705c2ee
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -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 should have both a major and a minor version (even if the minor version is 0)
XCODE_VERSION=11.3 XCODE_VERSION=11.3
XCODE_URL=http://xamarin-storage/bot-provisioning/xcodes/Xcode_11.3_beta.xip XCODE_URL=http://xamarin-storage/bot-provisioning/xcodes/Xcode_11.3.xip
XCODE_DEVELOPER_ROOT=/Applications/Xcode113-beta1.app/Contents/Developer XCODE_DEVELOPER_ROOT=/Applications/Xcode113.app/Contents/Developer
XCODE_PRODUCT_BUILD_VERSION:=$(shell /usr/libexec/PlistBuddy -c 'Print :ProductBuildVersion' $(XCODE_DEVELOPER_ROOT)/../version.plist) 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 # Mono version embedded in XI/XM (NEEDED_MONO_VERSION/BRANCH) are specified in mk/mono.mk