Results 127 comments of Zorg

@tillhainbach I added and tested a simple sample (with some help from outside resources including your samples) using SwiftUI on Sparkle's documentation website - https://sparkle-project.org/documentation/programmatic-setup/ (I'm not that familiar with...

I updated the SwiftUI sample again, [discussed here](https://github.com/sparkle-project/Sparkle/discussions/2262). Any further discussion on Sparkle & SwiftUI can be in that topic, or started as another discussion topic.

See #1378. It's a "GitHub bug". To be honest, I think I'd rather just include ed25519 dependency in our repo directly like bsdiff already is. It's a small dependency, and...

We probably also have a couple of assumptions in our `Distribution` target or `make release` phase that assume a `.git` repository is present (GitHub tarballs don't include these). I would...

That shouldn't have changed. This is for the permission prompt. That checkbox on the update prompt window in particular may not show up when automaticallyChecksForUpdates is NO or when SUAllowsAutomaticUpdates...

A little misunderstanding I think but yes there's a potential issue. `_allowsAutomaticUpdates` refers to allowing user to opt into automatic downloading/installing of updates. `automaticallyChecksForUpdates` refers to Sparkle's automatic checking of...

Change on your end for that issue will be to set SUAllowsAutomaticUpdates to YES in Info.plist with https://github.com/sparkle-project/Sparkle/pull/2266

it's only for the UI to allow changing automatic downloading/installing updates setting and it's only used in the update alert for hiding/showing the control / managing some UI constraints (Sparkle...

A sample dylib project in Xcode invokes `clang -dynamiclib` which appears to work here I think (instead of `libtool -dynamic`; maybe it didn't get updated or something)

In what way / context exactly? Rosetta 2 translates the x86_64 executable to arm64 one ahead of time so the actual code that gets executed and can be debugged is...