Sparkle icon indicating copy to clipboard operation
Sparkle copied to clipboard

A software update framework for macOS

Results 131 Sparkle issues
Sort by recently updated
recently updated
newest added

My Mac application consists of a .app and a helper. I am also having daemon running background. I would like to add auto update capabilities to all these components. Currently...

Awaiting feedback

Xcode 10 gives warnings about implicit conversions in the ed25519 sources. In particular for the files `fe.c`, `ge.c`, and `sha512.c`. Mostly implicit conversion between signed and unsigned.

Hi, I changes my Xojo Development to 64bit. In order to work with the Sparkle Updater, I downloaded the newest version. All messaging works well and I'm able to download...

I think it could be useful if Sparkle saved the version number of any new versions found when checking for updates, in case the user decides not to update (dismissing...

I'm trying to use Sparkle with Qt ([binding for Go](https://github.com/therecipe/qt)) app. sparkle.m: ``` #import static SUUpdater* updater = nil; void sparkle_checkUpdates() { if (!updater) { updater = [[SUUpdater sharedUpdater] retain];...

Hello guys, need your help. I have an old MacMini that is not in compliance due to have this version installed. I need to uninstall it and any other version...

I'm using the latest Sparkle through Cocoapods, and when I check for updates on a Mac running 10.13.6, the "Checking for updates" window appears, then after a moment, the application...

I am running the below command in the terminal but I am unable to generate appcast.xml file for .pkg files I have even tried by creating .zip file of .pkg...

I am using the 1.21.0 version. It cannot check update every time I start my app. It can check the updates when manually click 'check for update' in MainMenu. Is...

Hey guys, Is the expected behaviour for the update to fail/say that the update is at the risk of the user whenever i sign version 1.0 with certificate X (which...