A module that developers can stick in their Cocoa applications (five-step install!) to get instant self-update functionality. By that, I mean that your app will be able to update itself, not just check for new versions: it’ll read the update information from an appcast on your server, download, extract, install, restart, and even offer to show the users release notes before they decide if they want to update.
Sparkle is open-source under an MIT license.
What’s New in this Version
- Optimized framework size: now only 1.4mb with all localizations and 384kb with only English (an English-only version is in the Extras folder).
- Added a new SUStatusChecker class for programmatically determining if a new version is available (see the docs); thanks, Evan Schoenberg!
- Added support for apps using SIGCHLD; thanks, Augie Fackler!
- Added a zh_CN update from JT Lee
- Added a Polish update from Piotr Chylinski
- Fixed DMG support for images with /Applications symlinks.
- Fixed a really stupid interval-checking bug that could cause repeated hits to the appcast.
- Fixed a bug where the check interval would be inconsistent if a value of 0 was stored in the user defaults.
Download : Click Here
No comments:
Post a Comment