Skip to content

Commit

Permalink
Merge pull request #32 from busec0/fix-ios-device-build
Browse files Browse the repository at this point in the history
iOS Architecture error
  • Loading branch information
LuckyDucko authored Oct 3, 2022
2 parents 4957f0b + 58802c8 commit bb2881f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Mopups/Mopups.Maui/Mopups.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
</PropertyGroup>
<PropertyGroup>
<InvariantGlobalization Condition="$(TargetFramework.Contains('-maccatalyst'))">true</InvariantGlobalization>
<RuntimeIdentifier Condition="$(TargetFramework.Contains('-ios'))">iossimulator-x64</RuntimeIdentifier>
<RuntimeIdentifier Condition="$(TargetFramework.Contains('-maccatalyst'))">maccatalyst-x64</RuntimeIdentifier>
<UseInterpreter Condition="$(TargetFramework.Contains('-android'))">False</UseInterpreter>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
Expand Down

0 comments on commit bb2881f

Please sign in to comment.