Skip to content

Commit

Permalink
Merge pull request #5657 from frenzibyte/improve-framework-props
Browse files Browse the repository at this point in the history
Fix `osu.Framework.iOS.props` overwriting previous warning exclusions
  • Loading branch information
peppy authored Feb 22, 2023
2 parents 2924ead + 856ad89 commit 2edaf40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Framework.iOS.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- 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>MT7091</NoWarn>
<NoWarn>$(NoWarn);MT7091</NoWarn>
</PropertyGroup>
<PropertyGroup Condition="'$(Platform)' == 'iPhone'">
<RuntimeIdentifier>ios-arm64</RuntimeIdentifier>
Expand Down

0 comments on commit 2edaf40

Please sign in to comment.