From 24f0369be5bd4889f54d455872d21999b2e55f69 Mon Sep 17 00:00:00 2001 From: Vincent Dondain Date: Thu, 28 Apr 2016 12:13:14 -0400 Subject: [PATCH] Update reference to maccore Fix ApiSelectorTest for NSImage initByReferencingFile: Commit 8b400722fb8bb6cfe85a309eec3effbbbaee8909 introduced a new InitByReferencingFile internal method bound to initByReferencingFile: Therefore the mac don't link tests were complaining because that selector was used on a method and not a constructor. --- mk/xamarin.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/xamarin.mk b/mk/xamarin.mk index 1e27cedd9bed..91332db4705e 100644 --- a/mk/xamarin.mk +++ b/mk/xamarin.mk @@ -1,5 +1,5 @@ ifdef ENABLE_XAMARIN -NEEDED_MACCORE_VERSION := 15f20dadb1d57f50c0dce68be9a138404c1dc9fa +NEEDED_MACCORE_VERSION := 05277dd2bc19bc6d291fcd0639e571b4d222eaef NEEDED_MACCORE_BRANCH := master MACCORE_DIRECTORY := maccore