Beta Channel Setup #2189
Replies: 1 comment 9 replies
-
That method is a part of In terms of the "best place", both the updater and its delegate should typically be around for your app's life cycle, so your NSApplication's delegate (if you're using Cocoa) could be one reasonable place. Of course it's up to you if you want to create more intermediate controllers and such if you programmatically create an updater. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to get a Beta Channel setup in a number of our apps. I've updated them to the latest version of Sparkle.
I understand about updating the appcast.xml to include the change information. But where in the App is the best place to set the 'beta' channel.
I found this in the documentation for Sparkle
func allowedChannels(for updater: SPUUpdater) -> Set<String> { return Set(["beta"]) }
But i'm not sure where I would set it or call it.
Any help would be great.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions