CFBundleGetIdentifier(_:)
Returns the bundle identifier from a bundle’s information property list.
Declaration
func CFBundleGetIdentifier(_ bundle: CFBundle!) -> CFString!Parameters
- bundle:
The bundle to examine.
Return Value
A CFString object containing the bundle’s identifier, or NULL if none was specified in the information property list. Ownership follows the The Get Rule.
See Also
Getting Bundle Properties
CFBundleCopyBundleURL(_:)CFBundleGetDevelopmentRegion(_:)CFBundleGetInfoDictionary(_:)CFBundleGetLocalInfoDictionary(_:)CFBundleGetValueForInfoDictionaryKey(_:_:)CFBundleCopyInfoDictionaryInDirectory(_:)CFBundleCopyInfoDictionaryForURL(_:)CFBundleGetPackageInfo(_:_:_:)CFBundleGetPackageInfoInDirectory(_:_:_:)CFBundleCopyExecutableArchitectures(_:)CFBundleCopyExecutableArchitecturesForURL(_:)CFBundleGetVersionNumber(_:)