From a84276ffcfad97b798660db735ef05f569ae9261 Mon Sep 17 00:00:00 2001 From: Alex Soto Date: Mon, 29 Jun 2020 17:28:15 -0400 Subject: [PATCH] [maccore] Bump maccore to support Xcode 12 (#8974) New commits in xamarin/maccore: * xamarin/maccore@ce861906d2 [mlaunch] Add new DVTAnalyticsKit dependency (#2242) (#2254) (#2255) Diff: https://github.com/xamarin/maccore/compare/8eee91b69c82f4a5549ed07bf0eb4a25c34909db..ce861906d2c84dd19f216ea83eb47d23300bd43e --- mk/xamarin.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/xamarin.mk b/mk/xamarin.mk index 073103be23..abe0f24bcd 100644 --- a/mk/xamarin.mk +++ b/mk/xamarin.mk @@ -7,7 +7,7 @@ MONO_BRANCH := $(shell cd $(MONO_PATH) 2> /dev/null && git symbolic-ref --sho endif ifdef ENABLE_XAMARIN -NEEDED_MACCORE_VERSION := 8eee91b69c82f4a5549ed07bf0eb4a25c34909db +NEEDED_MACCORE_VERSION := ce861906d2c84dd19f216ea83eb47d23300bd43e NEEDED_MACCORE_BRANCH := main MACCORE_DIRECTORY := maccore