CFBundleCopyInfoDictionaryInDirectory | Header: CFBundle.h |
Obtains an instance of a bundle's InfoDictionary.
CFDictionaryRef CFBundleCopyInfoDictionaryInDirectory ( CFURLRef bundleURL );
A value of type CFURLRef describing the location of the bundle whose Info Dictionary you wish to obtain.
A reference value of type CFDictionaryRef which is an instance of the request bundle's Info Dictionary.
This function provides a means to obtain an Info Dictionary instance for a bundle without first creating an instance of the bundle.