GitHubUpdater Reference

File
GitHubUpdates/GitHubUpdater.h
Copyright
© (c) 2017, Jean-David Gadina - www.xs-labs.com
Date
Sunday, June 18, 2017
Includes

Class GitHubUpdater

Attributes

Superclass
NSObject

- checkForUpdates:

Checks for updates. "

- ( IBAction )checkForUpdates: ( nullable id )sender;

Discussion

*

Parameters
  • sender
    An optional sender. Not used.

- checkForUpdatesInBackground

Checks for updates in background. "

- ( void )checkForUpdatesInBackground;

Discussion

*

checkingForUpdates

Whether the updater is currently checking for updates.

@property( atomic, readonly ) BOOL checkingForUpdates;

delegate

The delegate object, if you need behaviour customization.

@property( atomic, readwrite, weak ) id< GitHubUpdaterDelegate > delegate;

See also

installingUpdate

Whether the updater is currently installing an update.

@property( atomic, readonly ) BOOL installingUpdate;

repository

Your GitHub repository.

@property( atomic, readwrite, strong ) IBInspectable NSString * repository;

user

Your GitHub user name.

@property( atomic, readwrite, strong ) IBInspectable NSString * user;