mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 08:32:57 +08:00
Suppress MT7091
This commit is contained in:
parent
2c78fed5e4
commit
67787da4cf
@ -4,6 +4,10 @@
|
|||||||
<NullabilityInfoContextSupport>true</NullabilityInfoContextSupport>
|
<NullabilityInfoContextSupport>true</NullabilityInfoContextSupport>
|
||||||
<!-- Workaround for an upstream issue which Realm suffers from (https://github.com/dotnet/runtime/issues/69410). -->
|
<!-- Workaround for an upstream issue which Realm suffers from (https://github.com/dotnet/runtime/issues/69410). -->
|
||||||
<UseInterpreter>true</UseInterpreter>
|
<UseInterpreter>true</UseInterpreter>
|
||||||
|
<!-- MT7091 occurs when referencing a .framework bundle that consists of a static library.
|
||||||
|
It only warns about not copying the library to the app bundle to save space,
|
||||||
|
so there's nothing to be worried about. -->
|
||||||
|
<NoWarn>$(NoWarn);MT7091</NoWarn>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Platform)' == 'iPhone'">
|
<PropertyGroup Condition="'$(Platform)' == 'iPhone'">
|
||||||
<RuntimeIdentifier>ios-arm64</RuntimeIdentifier>
|
<RuntimeIdentifier>ios-arm64</RuntimeIdentifier>
|
||||||
|
Loading…
Reference in New Issue
Block a user