Remove iOS classic from CI system (#353) beta-2.3.3-pre2
authorRui Marinho <me@ruimarinho.net>
Wed, 14 Sep 2016 21:56:17 +0000 (22:56 +0100)
committerGitHub <noreply@github.com>
Wed, 14 Sep 2016 21:56:17 +0000 (22:56 +0100)
commiteb79ff842e701ca4d2c9e1c9d02f654fd2c0f058
treef19a733800ada7f18584a35e2f2c8c01dca9245e
parente6a2bed3b2a532aa2f937fc6a2957458f4680ef9
Remove iOS classic from CI system (#353)

* [CI] Remove classic from build

* [Build] Remove classic forwarder

* [Nuget] Remove classic from Pages azure

* [Build] Remove classic csproj

* [IOS] Remove _UNIFIED_
92 files changed:
.nuspec/Xamarin.Forms.Maps.nuspec
.nuspec/Xamarin.Forms.Pages.Azure.nuspec
.nuspec/Xamarin.Forms.Pages.nuspec
.nuspec/Xamarin.Forms.nuspec
Stubs/Xamarin.Forms.Platform.iOS.Classic/Properties/AssemblyInfo.cs [deleted file]
Stubs/Xamarin.Forms.Platform.iOS.Classic/Xamarin.Forms.Platform.iOS.Classic (Forwarders).csproj [deleted file]
Xamarin.Forms.ControlGallery.iOS/AppDelegate.cs
Xamarin.Forms.ControlGallery.iOS/BrokenNativeControl.cs
Xamarin.Forms.ControlGallery.iOS/CustomRenderers.cs
Xamarin.Forms.ControlGallery.iOS/Main.cs
Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.Classic.csproj [deleted file]
Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
Xamarin.Forms.Maps.iOS/FormsMaps.cs
Xamarin.Forms.Maps.iOS/GeocoderBackend.cs
Xamarin.Forms.Maps.iOS/MapRenderer.cs
Xamarin.Forms.Maps.iOS/Xamarin.Forms.Maps.iOS.Classic.csproj [deleted file]
Xamarin.Forms.Maps.iOS/Xamarin.Forms.Maps.iOS.csproj
Xamarin.Forms.Platform.iOS/CADisplayLinkTicker.cs
Xamarin.Forms.Platform.iOS/Cells/CellRenderer.cs
Xamarin.Forms.Platform.iOS/Cells/CellTableViewCell.cs
Xamarin.Forms.Platform.iOS/Cells/EntryCellRenderer.cs
Xamarin.Forms.Platform.iOS/Cells/ImageCellRenderer.cs
Xamarin.Forms.Platform.iOS/Cells/SwitchCellRenderer.cs
Xamarin.Forms.Platform.iOS/Cells/TextCellRenderer.cs
Xamarin.Forms.Platform.iOS/Cells/ViewCellRenderer.cs
Xamarin.Forms.Platform.iOS/ContextActionCell.cs
Xamarin.Forms.Platform.iOS/ContextScrollViewDelegate.cs
Xamarin.Forms.Platform.iOS/EventTracker.cs
Xamarin.Forms.Platform.iOS/Extensions/CellExtensions.cs
Xamarin.Forms.Platform.iOS/Extensions/ColorExtensions.cs
Xamarin.Forms.Platform.iOS/Extensions/DateExtensions.cs
Xamarin.Forms.Platform.iOS/Extensions/Extensions.cs
Xamarin.Forms.Platform.iOS/Extensions/LayoutExtensions.cs
Xamarin.Forms.Platform.iOS/Extensions/ToolbarItemExtensions.cs
Xamarin.Forms.Platform.iOS/Extensions/UIViewExtensions.cs
Xamarin.Forms.Platform.iOS/Forms.cs
Xamarin.Forms.Platform.iOS/FormsApplicationDelegate.cs
Xamarin.Forms.Platform.iOS/GlobalCloseContextGestureRecognizer.cs
Xamarin.Forms.Platform.iOS/IVisualElementRenderer.cs
Xamarin.Forms.Platform.iOS/NativeViewPropertyListener.cs
Xamarin.Forms.Platform.iOS/NativeViewWrapper.cs
Xamarin.Forms.Platform.iOS/NativeViewWrapperRenderer.cs
Xamarin.Forms.Platform.iOS/PageExtensions.cs
Xamarin.Forms.Platform.iOS/Platform.cs
Xamarin.Forms.Platform.iOS/PlatformEffect.cs
Xamarin.Forms.Platform.iOS/PlatformRenderer.cs
Xamarin.Forms.Platform.iOS/Properties/AssemblyInfo.cs
Xamarin.Forms.Platform.iOS/RendererPool.cs
Xamarin.Forms.Platform.iOS/Renderers/ActivityIndicatorRenderer.cs
Xamarin.Forms.Platform.iOS/Renderers/AlignmentExtensions.cs
Xamarin.Forms.Platform.iOS/Renderers/BoxRenderer.cs
Xamarin.Forms.Platform.iOS/Renderers/ButtonRenderer.cs
Xamarin.Forms.Platform.iOS/Renderers/CarouselPageRenderer.cs
Xamarin.Forms.Platform.iOS/Renderers/DatePickerRenderer.cs
Xamarin.Forms.Platform.iOS/Renderers/EditorRenderer.cs
Xamarin.Forms.Platform.iOS/Renderers/EntryRenderer.cs
Xamarin.Forms.Platform.iOS/Renderers/FontExtensions.cs
Xamarin.Forms.Platform.iOS/Renderers/FormattedStringExtensions.cs
Xamarin.Forms.Platform.iOS/Renderers/FrameRenderer.cs
Xamarin.Forms.Platform.iOS/Renderers/ImageRenderer.cs
Xamarin.Forms.Platform.iOS/Renderers/KeyboardInsetTracker.cs
Xamarin.Forms.Platform.iOS/Renderers/KeyboardObserver.cs
Xamarin.Forms.Platform.iOS/Renderers/LabelRenderer.cs
Xamarin.Forms.Platform.iOS/Renderers/ListViewRenderer.cs
Xamarin.Forms.Platform.iOS/Renderers/NavigationMenuRenderer.cs
Xamarin.Forms.Platform.iOS/Renderers/NavigationRenderer.cs
Xamarin.Forms.Platform.iOS/Renderers/OpenGLViewRenderer.cs
Xamarin.Forms.Platform.iOS/Renderers/PageRenderer.cs
Xamarin.Forms.Platform.iOS/Renderers/PhoneMasterDetailRenderer.cs
Xamarin.Forms.Platform.iOS/Renderers/PickerRenderer.cs
Xamarin.Forms.Platform.iOS/Renderers/ProgressBarRenderer.cs
Xamarin.Forms.Platform.iOS/Renderers/ScrollViewRenderer.cs
Xamarin.Forms.Platform.iOS/Renderers/SearchBarRenderer.cs
Xamarin.Forms.Platform.iOS/Renderers/SliderRenderer.cs
Xamarin.Forms.Platform.iOS/Renderers/StepperRenderer.cs
Xamarin.Forms.Platform.iOS/Renderers/SwitchRenderer.cs
Xamarin.Forms.Platform.iOS/Renderers/TabbedRenderer.cs
Xamarin.Forms.Platform.iOS/Renderers/TableViewModelRenderer.cs
Xamarin.Forms.Platform.iOS/Renderers/TableViewRenderer.cs
Xamarin.Forms.Platform.iOS/Renderers/TabletMasterDetailRenderer.cs
Xamarin.Forms.Platform.iOS/Renderers/TimePickerRenderer.cs
Xamarin.Forms.Platform.iOS/Renderers/WebViewRenderer.cs
Xamarin.Forms.Platform.iOS/ResourcesProvider.cs
Xamarin.Forms.Platform.iOS/ViewInitializedEventArgs.cs
Xamarin.Forms.Platform.iOS/ViewRenderer.cs
Xamarin.Forms.Platform.iOS/VisualElementPackager.cs
Xamarin.Forms.Platform.iOS/VisualElementRenderer.cs
Xamarin.Forms.Platform.iOS/VisualElementTracker.cs
Xamarin.Forms.Platform.iOS/Xamarin.Forms.Platform.iOS.Classic.csproj [deleted file]
Xamarin.Forms.Platform.iOS/Xamarin.Forms.Platform.iOS.csproj
Xamarin.Forms.Platform.iOS/iOSAppLinks.cs
Xamarin.Forms.sln