![]() |
CFBundleGetIdentifier | Header: CFBundle.h |
Obtains a bundle identifier from it's Info plist.
CFStringRef CFBundleGetIdentifier ( CFBundleRef bundle );
A reference value of type CFBundleRef indicating the bundle whose identifier you wish to know.
A reference value of type CFStringRef containing the bundle's identifier, or NULL if none was specified in the Info plist.