Max Langer
Max Langer
@rgoldberg I briefly checked the implementation of PKInstallClient. It throws the error 201 when the connection failed. This also happens on the 26.1 RC, so it is probably safe to...
Hah, thats interesting, thanks for the report!
Hi there :) Yes, I am already working on an update. As you said, the app mostly looks fine but I want to take the time to tweak a few...
[App.icns.zip](https://github.com/user-attachments/files/23297603/App.icns.zip) Sure! Happy to hear feedback on that, as I am still unsure with the design.
Oh right, the dark version is not part of the icns file. It looks like this at the moment:
There is now a beta available with Liquid Glass support: https://github.com/mangerlahn/Latest/releases/tag/0.12-beta1
The issue is with XCResultKit actually. It calls `xcrun xcresulttool get/export`, which are deprecated with `xcresulttool` shipped in Xcode 16 beta 3.
I have prepared a pull request that adds a temporary workaround: https://github.com/davidahouse/XCResultKit/pull/52 The old/existing commands on `xcresulttool` will continue to work if a —legacy option is added.