[Makefile] Point to xcode12.1 xip file. (#9973)

This commit is contained in:
Manuel de la Pena 2020-10-27 17:22:53 -04:00 коммит произвёл GitHub
Родитель ebef5e3e6b
Коммит 1e62c18191
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -112,7 +112,7 @@ WATCHOS_NUGET_VERSION_FULL=$(WATCHOS_NUGET_VERSION_NO_METADATA)+$(NUGET_BUILD_ME
# Xcode version should have both a major and a minor version (even if the minor version is 0)
XCODE_VERSION=12.1
XCODE_URL=http://xamarin-storage/bot-provisioning/xcodes/Xcode_12.1_GM_seed.xip
XCODE_URL=http://xamarin-storage/bot-provisioning/xcodes/Xcode_12.1.xip
XCODE_DEVELOPER_ROOT=/Applications/Xcode_12.1.0-GM.app/Contents/Developer
XCODE_PRODUCT_BUILD_VERSION:=$(shell /usr/libexec/PlistBuddy -c 'Print :ProductBuildVersion' $(XCODE_DEVELOPER_ROOT)/../version.plist)