From d7c2f02f94342a16f343f9dc8c8bfab9a32b838e Mon Sep 17 00:00:00 2001 From: Shane Neuville Date: Thu, 13 Dec 2018 09:48:18 -0700 Subject: [PATCH] remove armeabi and set HttpClient Implementation on iOS to NSUrlSession (#4717) * remove armeabi and set Http Client Implementation to NSUrlSession * remove armeabi --- PagesGallery/PagesGallery.Droid/PagesGallery.Droid.csproj | 2 +- .../Xamarin.Forms.ControlGallery.Android.csproj | 4 ++-- .../Xamarin.Forms.ControlGallery.iOS.csproj | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/PagesGallery/PagesGallery.Droid/PagesGallery.Droid.csproj b/PagesGallery/PagesGallery.Droid/PagesGallery.Droid.csproj index 19593072d..dab9d3efd 100644 --- a/PagesGallery/PagesGallery.Droid/PagesGallery.Droid.csproj +++ b/PagesGallery/PagesGallery.Droid/PagesGallery.Droid.csproj @@ -18,7 +18,7 @@ Properties\AndroidManifest.xml v9.0 $(AndroidTargetFrameworkVersion) - armeabi,armeabi-v7a,x86 + armeabi-v7a,x86 diff --git a/Xamarin.Forms.ControlGallery.Android/Xamarin.Forms.ControlGallery.Android.csproj b/Xamarin.Forms.ControlGallery.Android/Xamarin.Forms.ControlGallery.Android.csproj index 151526da9..4e2b89b3e 100644 --- a/Xamarin.Forms.ControlGallery.Android/Xamarin.Forms.ControlGallery.Android.csproj +++ b/Xamarin.Forms.ControlGallery.Android/Xamarin.Forms.ControlGallery.Android.csproj @@ -50,7 +50,7 @@ Full 1G True - armeabi;armeabi-v7a;x86 + armeabi-v7a;x86 Xamarin True true @@ -442,4 +442,4 @@ - + \ No newline at end of file diff --git a/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj b/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj index cb8116a61..fb9dff27d 100644 --- a/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj +++ b/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj @@ -80,6 +80,7 @@ true + NSUrlSessionHandler none @@ -311,4 +312,4 @@ - + \ No newline at end of file