You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, it doesn't seem that this cli can detect and upgrade all Sparkle enabled apps. Is there any way to determine whether a specific App uses Sparkle?
Some heuristics for detecting if an app uses Sparkle are..
Looking for SUFeedURL, SUPublicEDKey, or SUPublicDSAKeyFile (deprecated) keys in the app bundle's Info.plist (not perfect since old apps may have not migrated to using an EDKey yet and some apps may not specify the feed URL there)
Looking for Sparkle.framework in the app bundle's Frameworks directory (not perfect if a developer forks Sparkle and renames it or places it in some nonstandard location for some reason)
If you instantiate a SPUUpdater targeting the hostBundle to the bundle you want to update, and if -startUpdater: returns an error, that means an external updater definitely cannot retrieve enough information (including the feed URL) to update the bundle.
Also, it doesn't seem that this cli can detect and upgrade all Sparkle enabled apps. Is there any way to determine whether a specific App uses Sparkle?
Originally posted by @r-darwish in r-darwish/topgrade#657 (comment)
Topgrade is willing to integrate Spark Updates. Could someone perhaps help with some information in the mentioned issue?
Thanks a lot!
The text was updated successfully, but these errors were encountered: