Last active
August 28, 2020 11:53
-
-
Save rolfbjarne/765c4e4b38b1b017380c9378d9666317 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- This file contains a generated list of the iOS platform versions that are supported for this SDK --> | |
<!-- Generation script: https://github.com/xamarin/xamarin-macios/blob/main/dotnet/generate-target-platforms.csharp --> | |
<Project> | |
<ItemGroup> | |
<iOSSupportedTargetPlatform Include="7.0" /> | |
<iOSSupportedTargetPlatform Include="7.1" /> | |
<iOSSupportedTargetPlatform Include="8.0" /> | |
<iOSSupportedTargetPlatform Include="8.1" /> | |
<iOSSupportedTargetPlatform Include="8.2" /> | |
<iOSSupportedTargetPlatform Include="8.3" /> | |
<iOSSupportedTargetPlatform Include="8.4" /> | |
<iOSSupportedTargetPlatform Include="9.0" /> | |
<iOSSupportedTargetPlatform Include="9.1" /> | |
<iOSSupportedTargetPlatform Include="9.2" /> | |
<iOSSupportedTargetPlatform Include="9.3" /> | |
<iOSSupportedTargetPlatform Include="10.0" /> | |
<iOSSupportedTargetPlatform Include="10.1" /> | |
<iOSSupportedTargetPlatform Include="10.2" /> | |
<iOSSupportedTargetPlatform Include="10.3" /> | |
<iOSSupportedTargetPlatform Include="11.0" /> | |
<iOSSupportedTargetPlatform Include="11.1" /> | |
<iOSSupportedTargetPlatform Include="11.2" /> | |
<iOSSupportedTargetPlatform Include="11.3" /> | |
<iOSSupportedTargetPlatform Include="11.4" /> | |
<iOSSupportedTargetPlatform Include="12.0" /> | |
<iOSSupportedTargetPlatform Include="12.1" /> | |
<iOSSupportedTargetPlatform Include="12.2" /> | |
<iOSSupportedTargetPlatform Include="12.3" /> | |
<iOSSupportedTargetPlatform Include="12.4" /> | |
<iOSSupportedTargetPlatform Include="13.0" /> | |
<iOSSupportedTargetPlatform Include="13.1" /> | |
<iOSSupportedTargetPlatform Include="13.2" /> | |
<iOSSupportedTargetPlatform Include="13.3" /> | |
<iOSSupportedTargetPlatform Include="13.4" /> | |
<iOSSupportedTargetPlatform Include="13.5" /> | |
<iOSSupportedTargetPlatform Include="13.6" /> | |
</ItemGroup> | |
<ItemGroup> | |
<SupportedTargetPlatform Condition="'$(TargetPlatformIdentifier)' == 'iOS'" Include="@(iOSSupportedTargetPlatform)" /> | |
</ItemGroup> | |
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- This file contains a generated list of the macOS platform versions that are supported for this SDK --> | |
<!-- Generation script: https://github.com/xamarin/xamarin-macios/blob/main/dotnet/generate-target-platforms.csharp --> | |
<Project> | |
<ItemGroup> | |
<macOSSupportedTargetPlatform Include="10.9" /> | |
<macOSSupportedTargetPlatform Include="10.10" /> | |
<macOSSupportedTargetPlatform Include="10.11" /> | |
<macOSSupportedTargetPlatform Include="10.12" /> | |
<macOSSupportedTargetPlatform Include="10.13" /> | |
<macOSSupportedTargetPlatform Include="10.14" /> | |
<macOSSupportedTargetPlatform Include="10.15" /> | |
</ItemGroup> | |
<ItemGroup> | |
<SupportedTargetPlatform Condition="'$(TargetPlatformIdentifier)' == 'macOS'" Include="@(macOSSupportedTargetPlatform)" /> | |
</ItemGroup> | |
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- This file contains a generated list of the tvOS platform versions that are supported for this SDK --> | |
<!-- Generation script: https://github.com/xamarin/xamarin-macios/blob/main/dotnet/generate-target-platforms.csharp --> | |
<Project> | |
<ItemGroup> | |
<tvOSSupportedTargetPlatform Include="9.0" /> | |
<tvOSSupportedTargetPlatform Include="9.1" /> | |
<tvOSSupportedTargetPlatform Include="9.2" /> | |
<tvOSSupportedTargetPlatform Include="10.0" /> | |
<tvOSSupportedTargetPlatform Include="10.1" /> | |
<tvOSSupportedTargetPlatform Include="10.2" /> | |
<tvOSSupportedTargetPlatform Include="11.0" /> | |
<tvOSSupportedTargetPlatform Include="11.1" /> | |
<tvOSSupportedTargetPlatform Include="11.2" /> | |
<tvOSSupportedTargetPlatform Include="11.3" /> | |
<tvOSSupportedTargetPlatform Include="11.4" /> | |
<tvOSSupportedTargetPlatform Include="12.0" /> | |
<tvOSSupportedTargetPlatform Include="12.1" /> | |
<tvOSSupportedTargetPlatform Include="12.2" /> | |
<tvOSSupportedTargetPlatform Include="12.3" /> | |
<tvOSSupportedTargetPlatform Include="12.4" /> | |
<tvOSSupportedTargetPlatform Include="13.0" /> | |
<tvOSSupportedTargetPlatform Include="13.2" /> | |
<tvOSSupportedTargetPlatform Include="13.3" /> | |
<tvOSSupportedTargetPlatform Include="13.4" /> | |
</ItemGroup> | |
<ItemGroup> | |
<SupportedTargetPlatform Condition="'$(TargetPlatformIdentifier)' == 'tvOS'" Include="@(tvOSSupportedTargetPlatform)" /> | |
</ItemGroup> | |
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- This file contains a generated list of the watchOS platform versions that are supported for this SDK --> | |
<!-- Generation script: https://github.com/xamarin/xamarin-macios/blob/main/dotnet/generate-target-platforms.csharp --> | |
<Project> | |
<ItemGroup> | |
<watchOSSupportedTargetPlatform Include="1.0" /> | |
<watchOSSupportedTargetPlatform Include="2.0" /> | |
<watchOSSupportedTargetPlatform Include="2.1" /> | |
<watchOSSupportedTargetPlatform Include="2.2" /> | |
<watchOSSupportedTargetPlatform Include="3.0" /> | |
<watchOSSupportedTargetPlatform Include="3.1" /> | |
<watchOSSupportedTargetPlatform Include="3.2" /> | |
<watchOSSupportedTargetPlatform Include="4.0" /> | |
<watchOSSupportedTargetPlatform Include="4.1" /> | |
<watchOSSupportedTargetPlatform Include="4.2" /> | |
<watchOSSupportedTargetPlatform Include="4.3" /> | |
<watchOSSupportedTargetPlatform Include="5.0" /> | |
<watchOSSupportedTargetPlatform Include="5.1" /> | |
<watchOSSupportedTargetPlatform Include="5.2" /> | |
<watchOSSupportedTargetPlatform Include="5.3" /> | |
<watchOSSupportedTargetPlatform Include="6.0" /> | |
<watchOSSupportedTargetPlatform Include="6.1" /> | |
<watchOSSupportedTargetPlatform Include="6.2" /> | |
</ItemGroup> | |
<ItemGroup> | |
<SupportedTargetPlatform Condition="'$(TargetPlatformIdentifier)' == 'watchOS'" Include="@(watchOSSupportedTargetPlatform)" /> | |
</ItemGroup> | |
</Project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment