add iossimulator runindentifier
parent
7e6a0d4c84
commit
c47486cc7a
|
@ -34,6 +34,7 @@
|
|||
<!-- Support for iOS ARM64 devices -->
|
||||
<PropertyGroup Condition="$(TargetFramework.Contains('-ios'))">
|
||||
<RuntimeIdentifier>ios-arm64</RuntimeIdentifier>
|
||||
<RuntimeIdentifier>iossimulator-x64</RuntimeIdentifier>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Reference in New Issue