diff --git a/src/mapkit.cs b/src/mapkit.cs index d90c21eec05c..176b21deca0d 100644 --- a/src/mapkit.cs +++ b/src/mapkit.cs @@ -1246,11 +1246,9 @@ interface MKLocalSearch { #endif interface MKLocalSearchRequest : NSCopying { -#if !XAMCORE_2_0 && !MONOMAC - [TV (9,2)][NoWatch][iOS (9,3)] + [TV (9,2)][NoWatch][iOS (9,3)][Mac (10,11,4, onlyOn64 : true)] [Export ("initWithCompletion:")] IntPtr Constructor (MKLocalSearchCompletion completion); -#endif [Export ("naturalLanguageQuery", ArgumentSemantic.Copy)] [NullAllowed]