CFBundleCopyInfoDictionaryInDirectory(_:)
Returns a bundle’s information dictionary.
Declaration
func CFBundleCopyInfoDictionaryInDirectory(_ bundleURL: CFURL!) -> CFDictionary!Parameters
- bundleURL:
A CFURL object describing the location of a bundle.
Return Value
A CFDictionary object containing the information dictionary for a bundle located at bundleURL. Ownership follows the The Create Rule.
Discussion
This function provides a means to obtain an information dictionary for a bundle without first creating a CFBundle object.
See Also
Getting Bundle Properties
CFBundleCopyBundleURL(_:)CFBundleGetDevelopmentRegion(_:)CFBundleGetIdentifier(_:)CFBundleGetInfoDictionary(_:)CFBundleGetLocalInfoDictionary(_:)CFBundleGetValueForInfoDictionaryKey(_:_:)CFBundleCopyInfoDictionaryForURL(_:)CFBundleGetPackageInfo(_:_:_:)CFBundleGetPackageInfoInDirectory(_:_:_:)CFBundleCopyExecutableArchitectures(_:)CFBundleCopyExecutableArchitecturesForURL(_:)CFBundleGetVersionNumber(_:)