CFBundleCopySharedSupportURL(_:)
Returns the location of a bundle’s shared support files directory.
Declaration
func CFBundleCopySharedSupportURL(_ bundle: CFBundle!) -> CFURL!Parameters
- bundle:
The bundle to examine.
Return Value
A CFURL object containing the location of bundle’s shared support files directory, or NULL if it could not be found. Ownership follows the The Create Rule.