Tagged Questions
The sparkle tag has no wiki summary.
8
votes
1answer
131 views
Can you update a sandboxed Mac app using Sparkle or something similar?
For those distributing Mac apps outside the Mac App Store, how are you planning to support updating and sandboxing? I'm guessing most people's answers for the time being is that they're not, but I ...
3
votes
1answer
266 views
What is the status of the Sparkle framework?
The latest beta is 2 years old. Most blog comments on Andy's website too.
Is there a new version, living somewhere else? Or an alternative to Sparkle as a whole?
It works for me now, I'm just ...
2
votes
1answer
247 views
Sparkle framework doesn't check for updates on startup
I am developing a Cocoa application, and using the Sparkle framework for updating. I need to check whether any new version is available at startup. I added the SUCheckAtStartup key to info.plist and ...
1
vote
0answers
72 views
Sparkle Framework, Delegate methods are not getting called under Lion
I am trying to add Sparkle framework to my Application for automatic updates.
I did everything as prescribed in the documentation. But the update was not happening. I tried to find out more by ...
1
vote
1answer
167 views
Showing .dmg EULA when updating with Sparkle Framework
I always have an EULA attached to my DMGs. But my users now can only see it the first time they download my application.
Whenever they get an upgrade within the app through Sparkle framework, the ...
1
vote
1answer
442 views
Sparkle Framework: How to change application name?
I have a Cocoa application for which I've changed the name. I'm using the excellent Sparkle Framework (http://sparkle.andymatuschak.org/) to provide updates to my users.
Unfortunately, it appears ...
0
votes
0answers
116 views
Git and http_proxy (SparkleShare on windows and http_proxy)
I've just successfully built SparkleShare for windows according to guide:
https://github.com/wimh/SparkleShare/wiki
and exported my ssh public key to a server.
The problem is that I can't connect ...
0
votes
0answers
84 views
Is it safe to host a sparkle app cast on GitHub?
I only have free web hosting, so i would like to know if i can place my app cast in my git repo. As it's HTTPS i do not have to include my DSA signature do i?
0
votes
0answers
41 views
Sparkle doesn't show updater
I've been working to integrate Sparkle in to our app. I use chocotop to build a DMG and upload the appcast to my web server in EC2. If I download a version of the app and check for an update, I get a ...
0
votes
1answer
313 views
CSS3 PIE and jQuery Sparkle
I'm using CSS3 PIE to add support for rounded corners and shadows to IE, and jQuery Sparkle to add support for the HTML5 placeholder attribute. Whenever I apply PIE to any containing element of a form ...
0
votes
0answers
29 views
Sparkle - bind doesn't work
I'm trying to implement Sparkle into my project and it works fine, but I have one problem:
I can't get those binding to work (automaticallyCheckForUpdates etc.).
I added a check button, as in the ...
0
votes
2answers
71 views
How can I monitor objective-c method return value changes
I'm using Sparkle http://sparkle.andymatuschak.org/ framework for autoupdates in my application. I have a UI item which enables/disables automatic updates downloads, but I can use neither Interface ...
0
votes
1answer
231 views
Using NSTask as root - error: “launch path not accessible”
For some reason when I'm attempting to run a task via NSTask I receive the error message: "launch path not accessible".
My app is running as root. And if I type the EXACT same command in terminal, ...
0
votes
0answers
53 views
Configure Sparkle Framework
How could I configure my SUUpdater instance to terminate the target application (where SUUpdater instanced) during the update in progress? Is it possible?
I want to prevent the application working ...
0
votes
0answers
45 views
Sparkle Framework & Console App
Can sparkle framework be used in console application (with no UI)?
I am going to pass the NSBundle of the application A to console application B so that application B may download the updates for A. ...
0
votes
1answer
84 views
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?
0
votes
1answer
164 views
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 ...
0
votes
2answers
242 views
Headers in 3rd party frameworks on Mac OS X
I'm using the Sparkle framework in Qt. I've added the following to my .pro file:
LIBS += -framework Sparkle
QMAKE_CXX_FLAGS += -F/path/to/the/directory/sparkle.framework/is/in
However I get a ...
0
votes
0answers
71 views
Sparkle framework delegation question
I have a wrapper application which launches a bundled application and then immediately quits (using [NSApp terminate:nil]).
I would like to include Sparkle in this wrapper (it's not going to be ...
0
votes
1answer
67 views
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 ...