NSBundle+AWKit.h

Includes:
<Foundation/Foundation.h>

Introduction

Use the links in the table of contents to the left to access the documentation.



Methods

+bundleIdentifier
+bundleName
+version
+versionNumber

bundleIdentifier


+ (NSString*)bundleIdentifier;  
Return Value

String value of the application bundle identifier

Discussion

Use this class method to fetch the application bundle identifier.


bundleName


+ (NSString*)bundleName;  
Return Value

String value of the application bundle name

Discussion

Use this class method to fetch the application bundle name.


version


+ (NSString*)version;  
Return Value

String value of the application version

Discussion

Use this class method to fetch the application version.


versionNumber


+ (UInt32)versionNumber;  
Return Value

UInt32 value of the application version number

Discussion

Use this class method to fetch the application version number.