CFBundleGetInfoDictionary | Header: CFBundle.h |
Obtains a bundle's Info Dictionary.
CFDictionaryRef CFBundleGetInfoDictionary ( CFBundleRef bundle );
A reference value of type CFBundleRef indicating the bundle whose info dictionary you wish to obtain.
A reference value of type CFDictionaryRef containing the data stored in the bundle's Info.plist file.