Version 0.0.0-0

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: Top

Checks for updates. "

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

Discussion

*

Parameters
  • sender
    An optional sender. Not used.

- checkForUpdatesInBackground Top

Checks for updates in background. "

- ( void )checkForUpdatesInBackground;

Discussion

*

checkingForUpdates Top

Whether the updater is currently checking for updates.

@property( atomic, readonly ) BOOL checkingForUpdates;

delegate Top

The delegate object, if you need behaviour customization.

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

See also

installingUpdate Top

Whether the updater is currently installing an update.

@property( atomic, readonly ) BOOL installingUpdate;

repository Top

Your GitHub repository.

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

user Top

Your GitHub user name.

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