Contents

CFBundleCopyBuiltInPlugInsURL(_:)

Returns the location of a bundle’s built in plug-in.

Declaration

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

Parameters

  • bundle:

    The bundle to examine.

Return Value

A CFURL object describing the location of bundle’s built in plug-ins, or NULL if it could not be found. Ownership follows the The Create Rule.

See Also

Finding Locations in a Bundle