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

Sparkle Update -- How sparkle notifies download_finish and unarchive_finish

I want to show a different UI in my client when download and unarchive finishes at background, Is there a sparkle delegate_method or any other way to get notified on unarchive/download finish?
john fedric
  • 167
  • 1
  • 11
0
votes
1 answer

Shell script CP cannot overwrite directory

our users have written a shell script to copy an application into into the /Applications folder on OSX. it works great the first time, but the second time they get an error. This is a new development, it apparently used to work fine before we…
Josh
  • 831
  • 1
  • 15
  • 31
0
votes
1 answer

Cocoa : Can Sparkle update auxiliary files outside the Application bundle?

Hello I am using the sparkle update framework for a project. Does anybody knows if there is a chance I can update the project accompanying database that is located in /Application Support/ AND the application itself ? Any help will be greatly…
Alfonso Tesauro
  • 1,730
  • 13
  • 21
0
votes
0 answers

Removing Sparkle from App Store version

OK, so I have 2 different builds, an App Store release, and one for my website. At the end of my Build Phases list, I have a Run Script phase with the following: if [ "${CONFIGURATION}" = "AppStore (Debug)" ] || [ "${CONFIGURATION}" = "AppStore…
Dr.Kameleon
  • 22,532
  • 20
  • 115
  • 223
0
votes
1 answer

Sparkle appcast signing: The update is improperly signed

I am trying to solve this issue and have had no luck. I am archiving the project and exporting with XCode in developer signed format. What do I need to have set up to sign this update properly: On the project build settings page (Currently…
JeremyLaurenson
  • 979
  • 2
  • 11
  • 23
0
votes
1 answer

Does my Sparkle appcast need a sparkle:dsaSignature field in order to be valid?

I have been troubleshooting an 'Update Error!' for a few days now with Sparkle and have made little progress. I modeled my appcast after a working sample as closely as I could but I couldn't get it to work. Finally, I just decided to use the sample…
Lizza
  • 2,769
  • 5
  • 39
  • 72
0
votes
1 answer

How to change server url while application is in production phase?

I have implemented autoupdate feature in my cocoa app using Sparkle framework. It is updating my product successfully. The steps which I am following are. I am calling an url of .xml file which stored in the server. From my application .xml file…
Gajendra Rawat
  • 3,673
  • 2
  • 19
  • 36
0
votes
1 answer

Application isn't the active one, after an update with Sparkle

I use Sparkle to provide updates for my application. The process is a very simple and basic one : the updates for the application are zipped and an XML appcast provides Sparkle with the URL for the zip. All work as expected, Sparkle advertises…
Vince
  • 525
  • 1
  • 3
  • 19
0
votes
0 answers

Getting error on importing Sparkle Framwork for Xcode 5

I am downloaded Sparkle 1.5 from git hub. when i am copying it into my existing project it is giving following error.Can anybody tell me what is the reason of this dyld: Library not loaded:…
Gauri rawat
  • 109
  • 1
  • 10
0
votes
1 answer

Xcode5 post-archive script for Sparkle package no longer works

Xcode 5 seems to have changed the way it stores the build application package (xxx.app) such that ditto no longer works. In the ../BuildProductsPath/Release/ directory, the app is actually a symlink to…
Flyingdiver
  • 2,142
  • 13
  • 18
0
votes
2 answers

Sparkle 10.9 Linking Error

Having an issue where when trying to add Sparkle to my project with Xcode 5 running 10.9. I have followed the tutorial to a T, but when I get to the point where I need to copy the framework and set its copy location that is where there seems to be…
Jon Brown
  • 235
  • 1
  • 3
  • 10
0
votes
1 answer

Sparkle Error: The update is improperly signed

I am using sparkle for software update. I signed my app with Apple developer certificate and uploaded the build. Then I tried to update by calling 'checkForUpdates:' method. But I am getting an error saying "Update is not properly signed". What…
Advaith
  • 1,087
  • 3
  • 12
  • 31
0
votes
1 answer

ILCrashreporter breaks Sparkle updates

I have just added ILCrashReporter-NG to my application to log application crashes. Unfortunately it seems to have broken my Sparkle updates (Sparkle gives an error when the appcast has downloaded and the Install button is clicked). I have added the…
Ian Turner
  • 1,363
  • 1
  • 15
  • 27
-3
votes
1 answer

Using Sparkle or an alternative for a sandboxed macOS app

Hello Stack Overflow community, I am working on a sandboxed macOS application, and I need to implement a self-updating feature for it. I have considered using the Sparkle framework, but I am concerned about potential issues related to the sandboxing…
1 2 3 4 5 6
7