From fc67eddcd820203950daba60c8ad59138c545aaa Mon Sep 17 00:00:00 2001 From: Vadim Peretokin Date: Fri, 3 Nov 2017 17:44:36 +0100 Subject: [PATCH] Document updaterDidRelaunchApplication (#46) * Document updaterDidRelaunchApplication * Update index.md --- documentation/customization/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/documentation/customization/index.md b/documentation/customization/index.md index b872a0b..378553d 100644 --- a/documentation/customization/index.md +++ b/documentation/customization/index.md @@ -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