From eddcf6d33544af4dd96dde5aedc63a8fd0a87cce Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Wed, 21 Apr 2021 12:03:12 +0200 Subject: [PATCH] Bump maccore. New commits in xamarin/maccore: * xamarin/maccore@50605a5e7f [Xamarin.Hosting] Don't copy single-arch executable over a fat executable. (#2422) * xamarin/maccore@9a32b62193 [Xamarin.Hosting] Xcode seems to have changed some logic with regards to getting the primary instruments server. (#2421) Diff: https://github.com/xamarin/maccore/compare/3ae9018b640cce7f030eb2fe203a2e66a61e3e04..50605a5e7fc46656d204ef938095c51e3c98ce99 --- mk/xamarin.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/xamarin.mk b/mk/xamarin.mk index 5c65723e9a73..1da8275fa0c9 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 := 3ae9018b640cce7f030eb2fe203a2e66a61e3e04 +NEEDED_MACCORE_VERSION := 50605a5e7fc46656d204ef938095c51e3c98ce99 NEEDED_MACCORE_BRANCH := d16-9 MACCORE_DIRECTORY := maccore