Dzmitry Neviadomski

Results 86 comments of Dzmitry Neviadomski

@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...