Contents

CFBundleCopyPrivateFrameworksURL(_:)

Returns the location of a bundle’s private Frameworks directory.

Declaration

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

Parameters

  • bundle:

    The bundle to examine.

Return Value

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

See Also

Finding Locations in a Bundle