Checks for updates. "
- ( IBAction )checkForUpdates: ( nullable id )sender;
*
Checks for updates in background. "
- ( void )checkForUpdatesInBackground;
*
Whether the updater is currently checking for updates.
@property( atomic,
readonly ) BOOL checkingForUpdates;
The delegate object, if you need behaviour customization.
@property( atomic,
readwrite,
weak ) id< GitHubUpdaterDelegate > delegate;
Whether the updater is currently installing an update.
@property( atomic,
readonly ) BOOL installingUpdate;