FMLiveSwitchBuild Class Reference

Instance Methods

(instancetype) - init
 

Class Methods

(FMLiveSwitchBuild *) + build
 
(NSDate *) + date
 Gets the build date. More...
 
(int) + day
 Gets the build day. More...
 
(int) + majorVersion
 Gets the build major version. More...
 
(int) + minorVersion
 Gets the build minor version. More...
 
(int) + month
 Gets the build month. More...
 
(int) + patchVersion
 Gets the build patch version. More...
 
(int) + revisionVersion
 Gets the build revision version. More...
 
(NSString *) + version
 Gets the full build version. More...
 
(int) + year
 Gets the build year. More...
 

Method Documentation

◆ build

+ (FMLiveSwitchBuild*) build

◆ date

+ (NSDate*) date

Gets the build date.

◆ day

+ (int) day

Gets the build day.

◆ init

- (instancetype) init

◆ majorVersion

+ (int) majorVersion

Gets the build major version.

◆ minorVersion

+ (int) minorVersion

Gets the build minor version.

◆ month

+ (int) month

Gets the build month.

◆ patchVersion

+ (int) patchVersion

Gets the build patch version.

◆ revisionVersion

+ (int) revisionVersion

Gets the build revision version.

◆ version

+ (NSString*) version

Gets the full build version.

◆ year

+ (int) year

Gets the build year.