Skip to content

Commit

Permalink
[iOSCoolApp] Build only for ios-arm64, due to dotnet/runtime#58112.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Aug 25, 2021
1 parent 2b6a5e0 commit df09867
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion iOSCoolApp/dotnet/iOSCoolApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
// We test this because ? interpreter support
-->
<TargetFramework>net6.0-ios</TargetFramework>
<RuntimeIdentifiers>ios-arm64;ios-arm</RuntimeIdentifiers>
<!-- Due to https://github.com/dotnet/runtime/issues/58112, we can only use ios-arm64 here for now -->
<!-- <RuntimeIdentifiers>ios-arm64;ios-arm</RuntimeIdentifiers> -->
<RuntimeIdentifier>ios-arm64</RuntimeIdentifier>
<OutputType>Exe</OutputType>
<RootNamespace>iOSCoolApp</RootNamespace>
<AssemblyName>iOSCoolApp</AssemblyName>
Expand Down

0 comments on commit df09867

Please sign in to comment.