1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 17:27:24 +08:00

Add linker exception to iOS out of an abundance of caution

This commit is contained in:
Susko3 2022-12-08 22:52:10 +01:00
parent 34ad1e1d61
commit 27a96b8e6d

View File

@ -24,4 +24,8 @@
<assembly fullname="osu.Game.Rulesets.Osu">
<type fullname="*" />
</assembly>
<assembly fullname="mscorlib">
<!-- see https://github.com/ppy/osu/issues/21516 -->
<type fullname="System.Globalization.*Calendar"/>
</assembly>
</linker>