Update framework

This commit is contained in:
Dean Herbert
2022-12-19 22:01:20 +09:00
parent 99ad78cdd6
commit ecac6299c6
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
<RuntimeIdentifier>iossimulator-x64</RuntimeIdentifier>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Framework.iOS" Version="2022.1216.1" />
<PackageReference Include="ppy.osu.Framework.iOS" Version="2022.1219.0" />
</ItemGroup>
<!-- OpenTabletDriver contains P/Invokes to the "Quartz" framework for native macOS code.
This leads iOS linker into attempting to include that framework, despite not existing on such platform.