0daefa2212 | ||
---|---|---|
.. | ||
README.md | ||
fragment.mk | ||
versions-check.cs | ||
versions-check.csproj |
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 theKnownVersions
list (all versions inKnownVersions
must also be inSupportedTargetPlatformVersions
).