Replies: 2 comments 1 reply
-
Check discussions like #2141 and sparkle-cli |
Beta Was this translation helpful? Give feedback.
-
So the question is can you use Sparkle to update an app that doesn't integrate Sparkle framework itself? I think it's possible (note I haven't tried) if the apps are code-signed (probably with an Apple developer ID certificate) and you serve the appcast feed and downloads via https. Since you don't have control of the app in question, it probably can't(?) specify the public EdDSA key in the app's Info.plist so you may not be able to use EdDSA signing on the update archive (so then https + apple code signing is necessary). You probably need to implement |
Beta Was this translation helpful? Give feedback.
-
I haven't found (or rather didn't know which keywords to use for) a discussion on how I could approach a 3rd party application update.
Scenario:
The question (finally) is: is it feasible to make my own application with embedded Sparkle framework so that I would be able update THAT application, not my own. I understand that I would need to create my own appcast with links and signatures for that app. But I wonder if Sparkle would facilitate update and copying the code to update the binary.
Beta Was this translation helpful? Give feedback.
All reactions