Skip to content

Commit 54d82a1

Browse files
Remove duplicate Workarounds.targets import — osu.Framework.iOS.props already contains both targets
Agent-Logs-Url: https://github.com/winnerspiros/osu/sessions/36c945bc-7183-42dc-977a-08fcd3579979 Co-authored-by: winnerspiros <1675249+winnerspiros@users.noreply.github.com>
1 parent 09db722 commit 54d82a1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

osu.iOS.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
<ProjectReference Include="$(MSBuildThisFileDirectory)submodules\osu-framework\osu.Framework.iOS\osu.Framework.iOS.csproj" />
3434
</ItemGroup>
3535
<!-- When using ProjectReference instead of NuGet, the framework's .props and .targets are not
36-
auto-imported. Import them explicitly for NativeReference items (bass/ffmpeg xcframeworks)
36+
auto-imported. Import explicitly for NativeReference items (bass/ffmpeg xcframeworks)
3737
and workaround targets (remove macOS-only frameworks like ApplicationServices/Quartz). -->
3838
<Import Project="$(MSBuildThisFileDirectory)submodules\osu-framework\osu.Framework.iOS.props" />
39-
<Import Project="$(MSBuildThisFileDirectory)submodules\osu-framework\osu.Framework.iOS\osu.Framework.iOS.Workarounds.targets" />
4039
</Project>

0 commit comments

Comments
 (0)