Questions tagged [sparkle]

A Cocoa framework for making OS X apps update themselves automatically.

Sparkle is an open source software framework for OS X designed to simplify updating software for the end user of a program. Sparkle's primary means of distributing updates is through "appcasting," a term coined for the practice of using an RSS enclosure to distribute updates and release notes.

At the end of 2013, development of Sparkle was ended by the original author, then later picked up by the newly formed Sparkle Project open source group on GitHub in June 2014 as the official continuation of the project. wikipedia

Sparkle was created by Andy Matuschak and is currently developed and maintained by the Sparkle Project.

Current version:

The latest official release is 1.7.1, delivered on 1 July 2014.

License

Sparkle is available under the MIT license.

104 questions
0
votes
1 answer

Is it possible to use Sparkle in Qt (Golang bindings) app?

We build a Qt app using: https://github.com/therecipe/qt. Now we need an auto updater and found this: https://sparkle-project.org Looks like it is being used by multiple apps on my…
quanta
  • 3,960
  • 4
  • 40
  • 75
0
votes
1 answer

Does Sparkle require Ruby on the server?

Do you need to have ruby installed on your server to run Sparkle Framework? From what I understand, the framework just looks for the xml RSS feed on the server and that's it. Am I correct?
user635064
  • 6,219
  • 12
  • 54
  • 100
0
votes
1 answer

Sparkle Framework problem (not displaying right version)

I am using sparkle framework for the first time. I am trying to test it out and everything works perfectly, except it doesn't display the update version correctly. So for example this is my xml file on server:
user635064
  • 6,219
  • 12
  • 54
  • 100
0
votes
1 answer

Sparkle framework: Is it possible to create a backup of the previous version before updating?

I'm using Sparkle framework to implement automatic updates in a macOS app. If possible, I'd like for the previous version of the app to be backed up somewhere before an update is performed. Can such a thing be accomplished using Sparkle?
Bri Bri
  • 2,169
  • 3
  • 19
  • 44
0
votes
1 answer

Sparkle-project setup

I'm trying to implement Sparkle into my macOS project using cocoapod. But when following the documentation I seem to have a problem creating the public .pem file. Command used in Terminal; .ssh $ ssh-keygen -t dsa -b 1024 Generating public/private…
Jorgen
  • 465
  • 3
  • 10
  • 24
0
votes
0 answers

How to change sidebar width?

I developing calvincavalier.com. How to change sidebar width? Theme is Sparkle Magazine Theme.(https://themeforest.net/item/sparkle-outstanding-magazine-theme-for-wordpress/7815919) Give me Solutions
user4829395
0
votes
1 answer

Cocoa App Update: App needs to download an update, close the app, install the update, and relaunch the updated app

I have built a Mac OS X app using Xamarin. I also have a XML file that dictates which users should get updates,when should the users get the updates and a few more logic. Ideally my app looks at the XML file, and if the user satisfies all the…
prasha6
  • 153
  • 2
  • 10
0
votes
1 answer

Calling Sparkle updater from outside the application

I'm writing a Ruby program to auto-update all apps that use the Sparkle framework. Building a list of all such apps is easy. The next step is to trigger the Sparkle updater. The alternative would be to retrieve the bundle version and SUFeedURL…
Harpo Jaeger
  • 129
  • 8
0
votes
0 answers

Sparkle fails to update a sandboxed app

Can Sparkle be used to update a sandboxed app? The update initially appears to work, giving appropriate user dialog to prompt for the update and doing the copy. However it hangs at the end of the "Installing update...". I notice the following in the…
Jim Leask
  • 6,159
  • 5
  • 21
  • 31
0
votes
1 answer

Sparkle updates screwed up in 10.11 (App Transport Security), any workaround?

Only after releasing an update of my app build for 10.11 Base SDK, I have learned that the app can no longer make NSURLRequests with non-HTTPS protocol, unless specifically white-listed in the app's Info.plist, which I cannot change post factum. Now…
user1548418
  • 457
  • 4
  • 14
0
votes
0 answers

Qt on Mac 10.11: code has no resources but signature indicates they must be present

I have a Qt 5.4 application with Sparkle framework. Gatekeeper on Mac OS X 10.11 will display "unidentified developer" error after downloading from our server. After some researches (codesign --strict shows missing file in sparkle), I removed broken…
jjin
  • 21
  • 4
0
votes
1 answer

Sparkle Cocoa: My Application is latest but it still showing update prompt. i have checked appcast.xml and everything seems fine

I am using sparkle to update my application. However, I am facing an issue. here is my appcast.xml
Vikas Bansal
  • 10,662
  • 14
  • 58
  • 100
0
votes
1 answer

Sparkle.Framework not installing new updates after downloading. Error: An error occurred while extracting the file. Please try again later

I am using Sparkle framework to update my application. It's checking for updates and downlaoding it but at the time of Installing it's giving an error. I am not able to understand why this error is occuring. I have uploaded my .app file after…
Vikas Bansal
  • 10,662
  • 14
  • 58
  • 100
0
votes
1 answer

Having trouble in Implementing Sprakle.Framework in Cocoa Application

I am very new to Cocoa Applications. Please forgive me ignorances. Please allow me elaborate what I am doing. I have downloaded the SPARKLE.framework from this link:Sparkle I Dragged and Dropped the SPARKLE in my project Then I added it in…
Vikas Bansal
  • 10,662
  • 14
  • 58
  • 100
0
votes
1 answer

Where does Sparkle save its preferences/defaults?

I want to test the functionality that Sparkle provides like "Ignore this version", "Remind me later" etc. But I can't seem to find these stored anywhere in user defaults. Where does Sparkle store these values?
tenfour
  • 36,141
  • 15
  • 83
  • 142