mirror of https://github.com/ppy/osu
Add linker exception to iOS out of an abundance of caution
This commit is contained in:
parent
34ad1e1d61
commit
27a96b8e6d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue