Search code examples
objective-ccocoasparkle

Cocoa : Can Sparkle update auxiliary files outside the Application bundle?


Hello I am using the sparkle update framework for a project. Does anybody knows if there is a chance I can update the project accompanying database that is located in /Application Support/ AND the application itself ? Any help will be greatly appreciated. Thanks


Solution

  • Sparke's design allows replacing only the application bundle. What I'd recommend is to save the current application version in the database, and when the new version starts it compares the saved version with the current one and do any necessary updates if needed.