Dzmitry Neviadomski
Dzmitry Neviadomski
> So I prefer to wait for Apple to fix Xcode for BuildIndependentTargetsInParallel support first. Is this fixed with Xcode 15.3?
> So it's "behaving" as expected But have you tested that Xcode really builds targets in parallel if `objectVersion = 51`? This property may be not read at all, if...
Isn't it settable in `"~/Library/Application Support/Transmission/settings.json"`? This is an advanced setting, so there's no option to set it with GUI right now. See: https://github.com/transmission/transmission/blob/main/docs/Configuration-Files.md https://github.com/transmission/transmission/blob/main/docs/Editing-Configuration-Files.md
> Do I have to add a in there? No, you have to create and/or edit `"$HOME/Library/Application Support/Transmission/settings.json"` Then follow https://github.com/transmission/transmission/blob/main/docs/Editing-Configuration-Files.md for examples and options. > And in any case,...
@Jack20947 I have had some time thinking about how all this can be improved. Would it be easier for you if there was a button control in app setting, opening...
> But in case of MacOS it seems to me that the "settings.json" does nothing ... and there is no way to modify _cache-size-mb_ beacuse it's not in the plist...
@Jack20947 Thank you for your observation. I'm seeing the same thing, at least at current `main` branch. This needs to be fixed. But let's assume everything is working as expected...
@tearfur Sorry for bringing you here, but you are pretty active here to not ask you. Have you observed this behavior on other platforms?
@ckerr Can you approve running workflows/actions here?
I tried to fix this, but it did not work. `libtransmission/port-forwarding-upnp.cc:18:10: 'miniupnpc/miniupnpc.h' file not found` Patch with fix ```diff diff --git a/Transmission.xcodeproj/project.pbxproj b/Transmission.xcodeproj/project.pbxproj index b535f65c1..dc943647c 100644 --- a/Transmission.xcodeproj/project.pbxproj +++ b/Transmission.xcodeproj/project.pbxproj...