1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:07:52 +08:00

Remove MtouchUseLlvm key for now

I haven't found a way to disable LLVM, and the issue may potentially be
resolved (doesn't occur for me), so we might as well just remove the key
for now.
This commit is contained in:
Salman Ahmed 2022-12-15 12:24:17 +03:00
parent 5fbd4ad3b4
commit b488421c7a

View File

@ -3,7 +3,6 @@
<TargetFramework>net6.0-ios</TargetFramework>
<SupportedOSPlatformVersion>13.4</SupportedOSPlatformVersion>
<OutputType>Exe</OutputType>
<MtouchUseLlvm>false</MtouchUseLlvm> <!-- This currently causes random lockups during gameplay. https://github.com/mono/mono/issues/18973 -->
<UseMauiEssentials>true</UseMauiEssentials>
</PropertyGroup>
<Import Project="..\osu.iOS.props" />