Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[Build] Remove VS2017 and old XCODE support, move Flex to core project #11972

Merged
merged 21 commits into from
Sep 1, 2020

Conversation

rmarinho
Copy link
Member

@rmarinho rmarinho commented Aug 31, 2020

Description of Change

Builds on top of #11971
Remove VS2017 support for 5.0.0 and MAUI
Remove old XCODE support
Move Xamarin.Flex to the core project

part of #11857

Issues Resolved

API Changes

None

Platforms Affected

  • Core/XAML (all platforms)
  • iOS
  • Android
  • UWP

Behavioral/Visual Changes

None

Before/After Screenshots

Not applicable

Testing Procedure

PR Checklist

  • Targets the correct branch
  • Tests are passing (or failures are unrelated)

@rmarinho rmarinho added the t/housekeeping ♻︎ Internal only changes, won't be included in release notes label Aug 31, 2020
@@ -10,7 +10,7 @@
<RootNamespace>Embedding.iOS</RootNamespace>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AssemblyName>Embedding.iOS</AssemblyName>
<DefineConstants Condition="'$(Use2017)' != 'true'">__XCODE11__;$(DefineConstants);</DefineConstants>
<DefineConstants>__XCODE11__;$(DefineConstants);</DefineConstants>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we remove this and all related IF DEFS?

@rmarinho rmarinho changed the title [Build] Remove VS2017 support [Build] Remove VS2017 and old XCODE support, move Flex to core project Sep 1, 2020
@rmarinho rmarinho merged commit 3bc3673 into 5.0.0 Sep 1, 2020
@rmarinho rmarinho deleted the rmv-vs2017 branch September 1, 2020 18:21
@samhouts samhouts added this to the 5.0.0 milestone Sep 19, 2020
@samhouts samhouts added breaking Changes behavior or appearance API-change Heads-up to reviewers that this PR may contain an API change deprecation Public API has been deprecated m/high impact ⬛ proposal-open t/enhancement ➕ roadmap labels Sep 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a/carouselview a/collectionview a/shell 🐚 a/visual API-change Heads-up to reviewers that this PR may contain an API change breaking Changes behavior or appearance ControlGallery deprecation Public API has been deprecated m/high impact ⬛ p/Android p/iOS 🍎 p/macOS p/Tizen p/UWP proposal-open roadmap t/enhancement ➕ t/housekeeping ♻︎ Internal only changes, won't be included in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Spec] Major Breaking Changes Proposed for Xamarin.Forms 5.0
5 participants