xcode - Use Github Release model to host application's Sparkle appcast -
can github's release feature used host application's sparkle appcast (rss feed)? goal eliminate need have server involved support application updates.
the challenge file's url (referenced xcode project's sufeedurl property) wouldn't consistent across versions:
- https://github.com/user/foobar/releases/tag/v0.1.0
- https://github.com/user/foobar/releases/tag/v0.2.0
is there way this?
while haven't yet found way integrate appcast directly github releases, i've been using github pages host appcast avoid need server, said. looks releases.io might creating release notes link sparkle github releases.
Comments
Post a Comment