transmission / transmission

Official Transmission BitTorrent client repository
https://transmissionbt.com
Other
11.67k stars 1.18k forks source link

Xcode project still references miniupnpc submodule despite being replaced by miniupnp in 4.0.6 #6876

Closed i0ntempest closed 3 weeks ago

i0ntempest commented 3 weeks ago

What is the issue?

Title. miniupnp target was not updated, so it references nonexistent stuff in thirdparty/miniupnpc which is now empty, causing the build to fail.

Which application of Transmission?

macOS app

Which version of Transmission?

4.0.6

tearfur commented 3 weeks ago

Duplicate of #6873. The problem is with the submodules being synced with the main branch instead of 4.0.x, instead of the Xcode project being outdated.