xamarin-macios/scripts/versions-check
Rolf Bjarne Kvinge 0daefa2212
Remove a lot of legacy logic. (#21576)
2024-11-06 11:34:39 +01:00
..
README.md [csharp] Port csharp scripts in src/ to .NET projects. (#21498) 2024-10-29 13:00:35 +01:00
fragment.mk [csharp] Port the versions-check.csharp script to a .NET project. (#21474) 2024-10-22 16:35:09 +02:00
versions-check.cs Remove a lot of legacy logic. (#21576) 2024-11-06 11:34:39 +01:00
versions-check.csproj [csharp] Port the versions-check.csharp script to a .NET project. (#21474) 2024-10-22 16:35:09 +02:00

README.md

versions-check

This script verifies the OS versions listed in xamarin-macios/builds/Versions-<platform>.list.in:

  • No versions below the minimum deployment target.
  • Both minimum deployment target and current deployment target must be listed.
  • That the SupportedTargetPlatformVersions list is coherent with the KnownVersions list (all versions in KnownVersions must also be in SupportedTargetPlatformVersions).