NSBundle+AWKit.h
IntroductionUse the links in the table of contents to the left to access the documentation. MethodsbundleIdentifier+ (NSString*)bundleIdentifier; Return ValueString value of the application bundle identifier DiscussionUse this class method to fetch the application bundle identifier. bundleName+ (NSString*)bundleName; Return ValueString value of the application bundle name DiscussionUse this class method to fetch the application bundle name. version+ (NSString*)version; Return ValueString value of the application version DiscussionUse this class method to fetch the application version. versionNumber+ (UInt32)versionNumber; Return ValueUInt32 value of the application version number DiscussionUse this class method to fetch the application version number. |