summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Maps.iOS
diff options
context:
space:
mode:
authorRui Marinho <me@ruimarinho.net>2017-08-15 10:44:02 +0100
committerGitHub <noreply@github.com>2017-08-15 10:44:02 +0100
commit4eb64b900c3fc5c06907d7856653842e09a423eb (patch)
tree0b3aa6dd406e9f637a860d093e0ee2dd6da7dfe4 /Xamarin.Forms.Maps.iOS
parent8771b4fa31856d28cbac28e8a5267f20c3c893b2 (diff)
downloadxamarin-forms-4eb64b900c3fc5c06907d7856653842e09a423eb.tar.gz
xamarin-forms-4eb64b900c3fc5c06907d7856653842e09a423eb.tar.bz2
xamarin-forms-4eb64b900c3fc5c06907d7856653842e09a423eb.zip
[MacOS]Remove extra lib that's not needed for Maps (#1100)
* [MacOS]Remove extra lib that's not needed for Maps * [Nuget] Update nuspec
Diffstat (limited to 'Xamarin.Forms.Maps.iOS')
-rw-r--r--Xamarin.Forms.Maps.iOS/GeocoderBackend.cs6
1 files changed, 2 insertions, 4 deletions
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