CFBundleCopyBundleURL(_:)
Returns the location of a bundle.
Declaration
func CFBundleCopyBundleURL(_ bundle: CFBundle!) -> CFURL!Parameters
- bundle:
The bundle to examine.
Return Value
A CFURL object describing the location of bundle, or NULL if the specified bundle does not exist. Ownership follows the The Create Rule.
See Also
Getting Bundle Properties
CFBundleGetDevelopmentRegion(_:)CFBundleGetIdentifier(_:)CFBundleGetInfoDictionary(_:)CFBundleGetLocalInfoDictionary(_:)CFBundleGetValueForInfoDictionaryKey(_:_:)CFBundleCopyInfoDictionaryInDirectory(_:)CFBundleCopyInfoDictionaryForURL(_:)CFBundleGetPackageInfo(_:_:_:)CFBundleGetPackageInfoInDirectory(_:_:_:)CFBundleCopyExecutableArchitectures(_:)CFBundleCopyExecutableArchitecturesForURL(_:)CFBundleGetVersionNumber(_:)