NSBundle$Methods extension
- on
Properties
- appStoreReceiptURL → NSURL?
-
Available on NSBundle, provided by the NSBundle$Methods extension
appStoreReceiptURLno setter - builtInPlugInsPath → NSString?
-
Available on NSBundle, provided by the NSBundle$Methods extension
builtInPlugInsPathno setter - builtInPlugInsURL → NSURL?
-
Available on NSBundle, provided by the NSBundle$Methods extension
builtInPlugInsURLno setter - bundleIdentifier → NSString?
-
Available on NSBundle, provided by the NSBundle$Methods extension
bundleIdentifierno setter - bundlePath → NSString
-
Available on NSBundle, provided by the NSBundle$Methods extension
bundlePathno setter - bundleURL → NSURL
-
Available on NSBundle, provided by the NSBundle$Methods extension
bundleURLno setter - developmentLocalization → NSString?
-
Available on NSBundle, provided by the NSBundle$Methods extension
developmentLocalizationno setter - executableArchitectures → NSArray?
-
Available on NSBundle, provided by the NSBundle$Methods extension
executableArchitecturesno setter - executablePath → NSString?
-
Available on NSBundle, provided by the NSBundle$Methods extension
executablePathno setter - executableURL → NSURL?
-
Available on NSBundle, provided by the NSBundle$Methods extension
executableURLno setter - infoDictionary → NSDictionary?
-
Available on NSBundle, provided by the NSBundle$Methods extension
infoDictionaryno setter - isLoaded → bool
-
Available on NSBundle, provided by the NSBundle$Methods extension
isLoadedno setter - localizations → NSArray
-
Available on NSBundle, provided by the NSBundle$Methods extension
localizationsno setter - localizedInfoDictionary → NSDictionary?
-
Available on NSBundle, provided by the NSBundle$Methods extension
localizedInfoDictionaryno setter - preferredLocalizations → NSArray
-
Available on NSBundle, provided by the NSBundle$Methods extension
preferredLocalizationsno setter - principalClass → ObjCObject?
-
Available on NSBundle, provided by the NSBundle$Methods extension
principalClassno setter - privateFrameworksPath → NSString?
-
Available on NSBundle, provided by the NSBundle$Methods extension
privateFrameworksPathno setter - privateFrameworksURL → NSURL?
-
Available on NSBundle, provided by the NSBundle$Methods extension
privateFrameworksURLno setter - resourcePath → NSString?
-
Available on NSBundle, provided by the NSBundle$Methods extension
resourcePathno setter - resourceURL → NSURL?
-
Available on NSBundle, provided by the NSBundle$Methods extension
resourceURLno setter -
Available on NSBundle, provided by the NSBundle$Methods extension
sharedFrameworksPathno setter -
Available on NSBundle, provided by the NSBundle$Methods extension
sharedFrameworksURLno setter -
Available on NSBundle, provided by the NSBundle$Methods extension
sharedSupportPathno setter -
Available on NSBundle, provided by the NSBundle$Methods extension
sharedSupportURLno setter
Methods
-
classNamed(
NSString className) → ObjCObject? -
Available on NSBundle, provided by the NSBundle$Methods extension
classNamed: -
init(
) → NSBundle -
Available on NSBundle, provided by the NSBundle$Methods extension
init -
initWithPath(
NSString path) → NSBundle? -
Available on NSBundle, provided by the NSBundle$Methods extension
initWithPath: -
initWithURL(
NSURL url) → NSBundle? -
Available on NSBundle, provided by the NSBundle$Methods extension
initWithURL: -
load$1(
) → bool -
Available on NSBundle, provided by the NSBundle$Methods extension
load -
loadAndReturnError(
) → bool -
Available on NSBundle, provided by the NSBundle$Methods extension
loadAndReturnError: -
localizedAttributedStringForKey(
NSString key, {NSString? value, NSString? table}) → NSAttributedString -
Available on NSBundle, provided by the NSBundle$Methods extension
localizedAttributedStringForKey:value:table: -
localizedStringForKey(
NSString key, {NSString? value, NSString? table}) → NSString -
Available on NSBundle, provided by the NSBundle$Methods extension
localizedStringForKey:value:table: -
objectForInfoDictionaryKey(
NSString key) → ObjCObject? -
Available on NSBundle, provided by the NSBundle$Methods extension
objectForInfoDictionaryKey: -
pathForAuxiliaryExecutable(
NSString executableName) → NSString? -
Available on NSBundle, provided by the NSBundle$Methods extension
pathForAuxiliaryExecutable: -
pathForResource(
NSString? name, {NSString? ofType}) → NSString? -
Available on NSBundle, provided by the NSBundle$Methods extension
pathForResource:ofType: -
pathForResource$1(
NSString? name, {NSString? ofType, NSString? inDirectory}) → NSString? -
Available on NSBundle, provided by the NSBundle$Methods extension
pathForResource:ofType:inDirectory: -
pathForResource$2(
NSString? name, {NSString? ofType, NSString? inDirectory, NSString? forLocalization}) → NSString? -
Available on NSBundle, provided by the NSBundle$Methods extension
pathForResource:ofType:inDirectory:forLocalization: -
pathsForResourcesOfType(
NSString? ext, {NSString? inDirectory}) → NSArray -
Available on NSBundle, provided by the NSBundle$Methods extension
pathsForResourcesOfType:inDirectory: -
pathsForResourcesOfType$1(
NSString? ext, {NSString? inDirectory, NSString? forLocalization}) → NSArray -
Available on NSBundle, provided by the NSBundle$Methods extension
pathsForResourcesOfType:inDirectory:forLocalization: -
preflightAndReturnError(
) → bool -
Available on NSBundle, provided by the NSBundle$Methods extension
preflightAndReturnError: -
unload(
) → bool -
Available on NSBundle, provided by the NSBundle$Methods extension
unload -
URLForAuxiliaryExecutable(
NSString executableName) → NSURL? -
Available on NSBundle, provided by the NSBundle$Methods extension
URLForAuxiliaryExecutable: -
URLForResource(
NSString? name, {NSString? withExtension}) → NSURL? -
Available on NSBundle, provided by the NSBundle$Methods extension
URLForResource:withExtension: -
URLForResource$1(
NSString? name, {NSString? withExtension, NSString? subdirectory}) → NSURL? -
Available on NSBundle, provided by the NSBundle$Methods extension
URLForResource:withExtension:subdirectory: -
URLForResource$2(
NSString? name, {NSString? withExtension, NSString? subdirectory, NSString? localization}) → NSURL? -
Available on NSBundle, provided by the NSBundle$Methods extension
URLForResource:withExtension:subdirectory:localization: -
URLsForResourcesWithExtension(
NSString? ext, {NSString? subdirectory}) → NSArray? -
Available on NSBundle, provided by the NSBundle$Methods extension
URLsForResourcesWithExtension:subdirectory: -
URLsForResourcesWithExtension$1(
NSString? ext, {NSString? subdirectory, NSString? localization}) → NSArray? -
Available on NSBundle, provided by the NSBundle$Methods extension
URLsForResourcesWithExtension:subdirectory:localization: