Skip to content

Commit

Permalink
Set native libraries LogicalName and Type metadatas
Browse files Browse the repository at this point in the history
Fixes native libraries being included as `osu.Framework.iOS.libXYZ.a`,
and also corrects the embedded resource type.
  • Loading branch information
frenzibyte committed Nov 11, 2021
1 parent c2a37a1 commit f2706f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion osu.Framework.iOS/osu.Framework.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
<ItemGroup>
<!-- Don't forget to update the linker attributes in AssemblyInfo.cs if you are modifying native libraries. -->
<EmbeddedResource Include="$(MSBuildThisFileDirectory)*.a">
<WithCulture>false</WithCulture>
<LogicalName>%(Filename)%(Extension)</LogicalName>
<WithCulture>False</WithCulture>
<Type>Non-Resx</Type>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit f2706f7

Please sign in to comment.