From 4eb64b900c3fc5c06907d7856653842e09a423eb Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Tue, 15 Aug 2017 10:44:02 +0100 Subject: [MacOS]Remove extra lib that's not needed for Maps (#1100) * [MacOS]Remove extra lib that's not needed for Maps * [Nuget] Update nuspec --- Xamarin.Forms.Maps.iOS/GeocoderBackend.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Xamarin.Forms.Maps.iOS') diff --git a/Xamarin.Forms.Maps.iOS/GeocoderBackend.cs b/Xamarin.Forms.Maps.iOS/GeocoderBackend.cs index e5d1b25c..b80d7b59 100644 --- a/Xamarin.Forms.Maps.iOS/GeocoderBackend.cs +++ b/Xamarin.Forms.Maps.iOS/GeocoderBackend.cs @@ -6,12 +6,10 @@ using CoreLocation; #if __MOBILE__ using AddressBookUI; -using CCLGeocoder = CoreLocation.CLGeocoder; -#else -using Xamarin.Forms.Maps.MacOS.Extra; -using CCLGeocoder = Xamarin.Forms.Maps.MacOS.Extra.CLGeocoder; #endif +using CCLGeocoder = CoreLocation.CLGeocoder; + #if __MOBILE__ namespace Xamarin.Forms.Maps.iOS #else -- cgit v1.2.3