Skip to content

Commit

Permalink
Note needed runtimeIdentifiers for catalyst release
Browse files Browse the repository at this point in the history
i should clean up this csproj at some point..
  • Loading branch information
Difegue committed Sep 8, 2024
1 parent 2e01656 commit b0d8361
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/Stylophone.iOS/Stylophone.iOS.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net8.0-maccatalyst;net8.0-ios</TargetFrameworks>
<TargetFrameworks>net8.0-ios;net8.0-maccatalyst</TargetFrameworks>
<!--RuntimeIdentifiers>maccatalyst-arm64;maccatalyst-x64</RuntimeIdentifiers-->
<OutputType>Exe</OutputType>
<Nullable>enable</Nullable>
<ImplicitUsings>true</ImplicitUsings>
Expand Down

0 comments on commit b0d8361

Please sign in to comment.