0

My game is in alpha, and I'd like to (when I release it) send out updates to people running my program. How would I do this? Thanks!

jscs
  • 63,694
  • 13
  • 151
  • 195
Ryan Cohen
  • 13
  • 6

1 Answers1

4

You could use the Sparkle Framework.

Its features include:

  • True self-updating--no work required from the user.
  • Uses appcasts for release information.
  • Displays release notes to the user via WebKit.
  • The user can choose to automatically download and install all updates.
  • Displays a detailed progress window to the user.
  • Seamless integration—there's no mention of Sparkle; your icons and app name are used.
  • Supports authentication for installing in secure locations.
  • Supports DSA signatures for ultra-secure updates.
  • Really, really easy to install.
  • Sparkle requires no code in your app, so it's trivial to upgrade or remove the module.

A lot of well known apps like Pixelmator, Transmission, and Coda use it.

citruspi
  • 6,709
  • 4
  • 27
  • 43