Declared in ETString.h

Overview

NSBundle (ETStringTampering) is a helper category that provides methods to easily access some NSBundle properties.

Tasks

Detailed data accesors.

Class Methods

bundleIdentifier

Returns a NSString object containing the value for the CFBundleIdentifier NSBundle key.

+ (NSString *)bundleIdentifier

Declared In

ETString.h

copyrightLabel

Returns a NSString object containing the value for the NSHumanReadableCopyright NSBundle key.

+ (NSString *)copyrightLabel

Declared In

ETString.h

versionLabel

Returns a NSString object containing the value for the CFBundleShortVersionString NSBundle key.

+ (NSString *)versionLabel

Declared In

ETString.h