CFBundleGetDevelopmentRegion(_:)
Returns the bundle’s development region from the bundle’s information property list.
Declaration
func CFBundleGetDevelopmentRegion(_ bundle: CFBundle!) -> CFString!Parameters
- bundle:
The bundle to examine.
Return Value
A CFString object containing the name of the bundle’s development region. Ownership follows the The Get Rule.
See Also
Getting Bundle Properties
CFBundleCopyBundleURL(_:)CFBundleGetIdentifier(_:)CFBundleGetInfoDictionary(_:)CFBundleGetLocalInfoDictionary(_:)CFBundleGetValueForInfoDictionaryKey(_:_:)CFBundleCopyInfoDictionaryInDirectory(_:)CFBundleCopyInfoDictionaryForURL(_:)CFBundleGetPackageInfo(_:_:_:)CFBundleGetPackageInfoInDirectory(_:_:_:)CFBundleCopyExecutableArchitectures(_:)CFBundleCopyExecutableArchitecturesForURL(_:)CFBundleGetVersionNumber(_:)