xamarin-macios/tests/dotnet/MyXamarinFormsApp
Rolf Bjarne Kvinge 24ea02759f
[dotnet] Support SupportedOSPlatformVersion. Fixes #12336. (#12638)
* Add support for the SupportedOSPlatformVersion MSBuild property, and write
  it to the Info.plist for the corresponding minimum OS version.
* If there are any minimum OS version in the Info.plist, we'll now show an
  error if it doesn't match SupportedOSPlatformVersion.

This unfortunately means that if there's any minimum OS version in any
Info.plist, then that will most likely have to be moved to the
SupportedOSPlatformVersion property (or removed entirely if that's the right
choice), since it's unlikely to match the default value for
SupportedOSPlatformVersion. However, this was deemed to be the best option for
the future (it's a one-time pain during migration).

Also add new tests, update existing tests, and update the templates.

Fixes https://github.com/xamarin/xamarin-macios/issues/12336.
2021-09-08 09:20:05 +02:00
..
Assets.xcassets/AppIcon.appiconset [tests] Add .NET Xamarin.Forms test app. 2021-01-28 08:09:59 +01:00
MyXamarinFormsAppNS Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
Properties Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
Resources [tests] Add .NET Xamarin.Forms test app. 2021-01-28 08:09:59 +01:00
AppDelegate.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
Directory.Build.targets [tests] Add .NET Xamarin.Forms test app. 2021-01-28 08:09:59 +01:00
Entitlements.plist [tests] Add .NET Xamarin.Forms test app. 2021-01-28 08:09:59 +01:00
Info.plist [dotnet] Support SupportedOSPlatformVersion. Fixes #12336. (#12638) 2021-09-08 09:20:05 +02:00
Main.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
Makefile [tests] Add/fix makefiles for .NET projects (#11982) 2021-06-18 18:26:33 +02:00
MyXamarinFormsApp.csproj [dotnet] Support SupportedOSPlatformVersion. Fixes #12336. (#12638) 2021-09-08 09:20:05 +02:00