Dzmitry Neviadomski

Results 129 comments of Dzmitry Neviadomski
trafficstars

@tearfur Patch ```diff diff --git a/Transmission.xcodeproj/project.pbxproj b/Transmission.xcodeproj/project.pbxproj index b535f65c1..47a3fb367 100644 --- a/Transmission.xcodeproj/project.pbxproj +++ b/Transmission.xcodeproj/project.pbxproj @@ -2683,6 +2683,7 @@ isa = PBXNativeTarget; buildConfigurationList = BE11834C0CE160A80002D0F3 /* Build configuration list for PBXNativeTarget...

> I removed the part that renames `VERSION` to `miniupnp_VERSION`, still seems to work. This may work on CI, but won't work on any default Mac setup. [xcode.log](https://github.com/transmission/transmission/files/14481340/xcode.log) HFS+/APFS filesystems...

> Having to get around it by renaming `VERSION` is also super awkward. Agree. > Let me at least change it to copying so that the build system can't somehow...

> @nevack Any chance you can try making the changes in [ad7efed](https://github.com/transmission/transmission/commit/ad7efed197d095bfce0089c3ff1e0297068d633f) for Xcode again? I don't think it is needed after #6459

@tearfur I'm investigating this. I was not right, changes are indeed needed here, sorry.

@tearfur Here at is, without VERSION renaming, just one more level of indirection with symlinks. PATCH ```diff diff --git a/Transmission.xcodeproj/project.pbxproj b/Transmission.xcodeproj/project.pbxproj index 71288553b..e775f18be 100644 --- a/Transmission.xcodeproj/project.pbxproj +++ b/Transmission.xcodeproj/project.pbxproj @@ -2711,8...

> Thanks @GaryElshaw I do have qt installed via homebrew but was trying to build using Xcode based on those old instructions. > > > > I'll give it a...

> macOS users, does transmission-qt feel like a real macOS app? macOS users don't use Qt client, as this project does not provide such builds. So I don't understand, who...

> Is this functionality already available or not yet? It's not. This issue is a duplicate of #717, and that is still open.

> I have a copy of [DMG Canvas](https://www.araelium.com/dmgcanvas) if we can build a consensus on what it might look like :-) > > [#4995 (comment)](https://github.com/transmission/transmission/discussions/4995#discussion-4885967) There're free tools, which can...