mirror of
https://github.com/sparkle-project/sparkle-project.github.io.git
synced 2025-11-01 15:35:08 +00:00
Document updaterDidRelaunchApplication (#46)
* Document updaterDidRelaunchApplication * Update index.md
This commit is contained in:
@@ -112,6 +112,9 @@ You can control the SUUpdater's behavior a little more closely by providing it w
|
||||
|
||||
// Called immediately before relaunching.
|
||||
- (void)updaterWillRelaunchApplication:(SUUpdater *)updater;
|
||||
|
||||
// Called if the application has been relaunched from an update
|
||||
- (void)updaterDidRelaunchApplication:(SUUpdater *)updater;
|
||||
|
||||
// This method allows you to provide a custom version comparator.
|
||||
// If you don't implement this method or return nil, the standard version
|
||||
|
||||
Reference in New Issue
Block a user