add iossimulator runindentifier

pull/97/head
Miguel Ángel Barrera 2022-04-29 11:19:50 +02:00
parent 7e6a0d4c84
commit c47486cc7a
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
<!-- Support for iOS ARM64 devices -->
<PropertyGroup Condition="$(TargetFramework.Contains('-ios'))">
<RuntimeIdentifier>ios-arm64</RuntimeIdentifier>
<RuntimeIdentifier>iossimulator-x64</RuntimeIdentifier>
</PropertyGroup>
<ItemGroup>