mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:18:22 +08:00
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">
|
<assembly fullname="osu.Game.Rulesets.Osu">
|
||||||
<type fullname="*" />
|
<type fullname="*" />
|
||||||
</assembly>
|
</assembly>
|
||||||
|
<assembly fullname="mscorlib">
|
||||||
|
<!-- see https://github.com/ppy/osu/issues/21516 -->
|
||||||
|
<type fullname="System.Globalization.*Calendar"/>
|
||||||
|
</assembly>
|
||||||
</linker>
|
</linker>
|
||||||
|
Loading…
Reference in New Issue
Block a user