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

I've just managed to get Sparkle working with a C++ JUCE based project. It was challenging, partially because of my poor Objective C but also because the instructions assume you...

When I launch the app by double clicking it in the applications folder, it does not download updates. When I launch from console the application does the update...

(Insert summary of your pull request here) Fixes #2524 (issue) ## Misc Checklist - [ ] My change requires a documentation update on [Sparkle's website repository](https://github.com/sparkle-project/sparkle-project.github.io) - [ ] My...

## Summary There is a crash bug when prompting the no update found. ``` Exception Type: SIGABRT Exception Codes: #0 at 0x7ff816f3a1e2 Crashed Thread: 0 Application Specific Information: *** Terminating...

## Summary If Sparkle has already downloaded an update, but my macOS application has not yet installed/completed the update, I would like to be able to check for newer updates...

Fixes #2354 ## Misc Checklist - [ ] My change requires a documentation update on [Sparkle's website repository](https://github.com/sparkle-project/sparkle-project.github.io) - [ ] My change requires changes to generate_appcast, generate_keys, or sign_update...

> Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Now that we have a plain text release notes view from #2315 it may make sense to add some subset of markdown support. Foundation has an [API for parsing markdown](https://developer.apple.com/documentation/foundation/nsattributedstring/3746875-initwithmarkdown?changes=_1)...

This line of code in parameterizedFeedURL fails for me (line 4800; sendingSystemProfile &= (-[lastSubmitDate timeIntervalSincenow] >= oneWeek); This is always NO for me even when sendingSystemProfile is YES and lastSubmitDate...