mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 08:23:20 +08:00
Remove automatically provided workaround
This commit is contained in:
parent
ecac6299c6
commit
396ac0436c
@ -18,12 +18,4 @@
|
||||
<ItemGroup>
|
||||
<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.
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user