[iOS] Move Material iOS components to a separate nuget (#5026)
authorShane Neuville <shane94@hotmail.com>
Mon, 28 Jan 2019 23:53:22 +0000 (16:53 -0700)
committerGitHub <noreply@github.com>
Mon, 28 Jan 2019 23:53:22 +0000 (16:53 -0700)
commit5f98d5cf5d6d58410bddd57dea93657ea3614c7e
tree2c9f460ac78a14296bfc554bf1d454420fdf258c
parentb56e4635a9a5e20cd93a8ba523d33c8e14a5d09a
[iOS] Move Material iOS components to a separate nuget (#5026)

* [ios] extract ios material out to its own project

* [core] fix platform messaging

* add material to other test projects

* update MaterialComponents on all test projects

* remove material from platform

* yml updates

* nuspec

* add iOS description

* language

* add dummy file so package installs into netstandard/android

* Add Target Framework checks
28 files changed:
.nuspec/Xamarin.Forms.Visual.Material.nuspec [new file with mode: 0644]
.nuspec/Xamarin.Forms.Visual.Material.targets [new file with mode: 0644]
.nuspec/Xamarin.Forms.nuspec
.nuspec/_._ [new file with mode: 0644]
EmbeddingTestBeds/Embedding.iOS/AppDelegate.cs
EmbeddingTestBeds/Embedding.iOS/Embedding.iOS.csproj
PagesGallery/PagesGallery.iOS/AppDelegate.cs
PagesGallery/PagesGallery.iOS/PagesGallery.iOS.csproj
Xamarin.Forms.ControlGallery.iOS/AppDelegate.cs
Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
Xamarin.Forms.Core/Properties/AssemblyInfo.cs
Xamarin.Forms.Core/Registrar.cs
Xamarin.Forms.Core/Visual.cs
Xamarin.Forms.Material.iOS/FormsMaterial.cs [new file with mode: 0644]
Xamarin.Forms.Material.iOS/MaterialActivityIndicatorRenderer.cs [moved from Xamarin.Forms.Platform.iOS/Material/MaterialActivityIndicatorRenderer.cs with 93% similarity]
Xamarin.Forms.Material.iOS/MaterialButtonRenderer.cs [moved from Xamarin.Forms.Platform.iOS/Material/MaterialButtonRenderer.cs with 98% similarity]
Xamarin.Forms.Material.iOS/MaterialColors.cs [moved from Xamarin.Forms.Platform.iOS/Material/MaterialColors.cs with 100% similarity]
Xamarin.Forms.Material.iOS/MaterialEntryRenderer.cs [moved from Xamarin.Forms.Platform.iOS/Material/MaterialEntryRenderer.cs with 92% similarity]
Xamarin.Forms.Material.iOS/MaterialFrameRenderer.cs [moved from Xamarin.Forms.Platform.iOS/Material/MaterialFrameRenderer.cs with 97% similarity]
Xamarin.Forms.Material.iOS/MaterialProgressBarRenderer.cs [moved from Xamarin.Forms.Platform.iOS/Material/MaterialProgressBarRenderer.cs with 96% similarity]
Xamarin.Forms.Material.iOS/MaterialSliderRenderer.cs [moved from Xamarin.Forms.Platform.iOS/Material/MaterialSliderRenderer.cs with 96% similarity]
Xamarin.Forms.Material.iOS/Properties/AssemblyInfo.cs [new file with mode: 0644]
Xamarin.Forms.Material.iOS/Xamarin.Forms.Material.iOS.csproj [new file with mode: 0644]
Xamarin.Forms.Platform.iOS/Platform.cs
Xamarin.Forms.Platform.iOS/Properties/AssemblyInfo.cs
Xamarin.Forms.Platform.iOS/Xamarin.Forms.Platform.iOS.csproj
Xamarin.Forms.sln
build/steps/build-windows.yml