NSBundle$Methods extension

on

Properties

appStoreReceiptURL NSURL?

Available on NSBundle, provided by the NSBundle$Methods extension

appStoreReceiptURL
no setter
builtInPlugInsPath NSString?

Available on NSBundle, provided by the NSBundle$Methods extension

builtInPlugInsPath
no setter
builtInPlugInsURL NSURL?

Available on NSBundle, provided by the NSBundle$Methods extension

builtInPlugInsURL
no setter
bundleIdentifier NSString?

Available on NSBundle, provided by the NSBundle$Methods extension

bundleIdentifier
no setter
bundlePath NSString

Available on NSBundle, provided by the NSBundle$Methods extension

bundlePath
no setter
bundleURL NSURL

Available on NSBundle, provided by the NSBundle$Methods extension

bundleURL
no setter
developmentLocalization NSString?

Available on NSBundle, provided by the NSBundle$Methods extension

developmentLocalization
no setter
executableArchitectures NSArray?

Available on NSBundle, provided by the NSBundle$Methods extension

executableArchitectures
no setter
executablePath NSString?

Available on NSBundle, provided by the NSBundle$Methods extension

executablePath
no setter
executableURL NSURL?

Available on NSBundle, provided by the NSBundle$Methods extension

executableURL
no setter
infoDictionary NSDictionary?

Available on NSBundle, provided by the NSBundle$Methods extension

infoDictionary
no setter
isLoaded bool

Available on NSBundle, provided by the NSBundle$Methods extension

isLoaded
no setter
localizations NSArray

Available on NSBundle, provided by the NSBundle$Methods extension

localizations
no setter
localizedInfoDictionary NSDictionary?

Available on NSBundle, provided by the NSBundle$Methods extension

localizedInfoDictionary
no setter
preferredLocalizations NSArray

Available on NSBundle, provided by the NSBundle$Methods extension

preferredLocalizations
no setter
principalClass ObjCObject?

Available on NSBundle, provided by the NSBundle$Methods extension

principalClass
no setter
privateFrameworksPath NSString?

Available on NSBundle, provided by the NSBundle$Methods extension

privateFrameworksPath
no setter
privateFrameworksURL NSURL?

Available on NSBundle, provided by the NSBundle$Methods extension

privateFrameworksURL
no setter
resourcePath NSString?

Available on NSBundle, provided by the NSBundle$Methods extension

resourcePath
no setter
resourceURL NSURL?

Available on NSBundle, provided by the NSBundle$Methods extension

resourceURL
no setter
sharedFrameworksPath NSString?

Available on NSBundle, provided by the NSBundle$Methods extension

sharedFrameworksPath
no setter
sharedFrameworksURL NSURL?

Available on NSBundle, provided by the NSBundle$Methods extension

sharedFrameworksURL
no setter
sharedSupportPath NSString?

Available on NSBundle, provided by the NSBundle$Methods extension

sharedSupportPath
no setter
sharedSupportURL NSURL?

Available on NSBundle, provided by the NSBundle$Methods extension

sharedSupportURL
no 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: