mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 08:22:56 +08:00
Remove automatically provided workaround
This commit is contained in:
parent
ecac6299c6
commit
396ac0436c
@ -18,12 +18,4 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="ppy.osu.Framework.iOS" Version="2022.1219.0" />
|
<PackageReference Include="ppy.osu.Framework.iOS" Version="2022.1219.0" />
|
||||||
</ItemGroup>
|
</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.
|
|
||||||
See: https://github.com/OpenTabletDriver/OpenTabletDriver/issues/2524 / https://github.com/xamarin/xamarin-macios/issues/15118#issuecomment-1141893683 -->
|
|
||||||
<Target Name="OsuFrameworkIOSRemoveQuartz" BeforeTargets="_ComputeLinkNativeExecutableInputs" AfterTargets="_LoadLinkerOutput">
|
|
||||||
<ItemGroup>
|
|
||||||
<_LinkerFrameworks Remove="Quartz"/>
|
|
||||||
</ItemGroup>
|
|
||||||
</Target>
|
|
||||||
</Project>
|
</Project>
|
||||||
|
Loading…
Reference in New Issue
Block a user