Contents

CFBundleCopySharedFrameworksURL(_:)

Returns the location of a bundle’s shared frameworks directory.

Declaration

func CFBundleCopySharedFrameworksURL(_ bundle: CFBundle!) -> CFURL!

Parameters

  • bundle:

    The bundle to examine.

Return Value

A CFURL object containing the location of bundle’s shared frameworks directory, or NULL if it could not be found. Ownership follows the The Create Rule.

See Also

Finding Locations in a Bundle