Contents

CFBundleCopyExecutableURL(_:)

Returns the location of a bundle’s main executable code.

Declaration

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

Parameters

  • bundle:

    The bundle to examine.

Return Value

A CFURL object describing the location of bundle’s executable code, or NULL if none is found. Ownership follows the The Create Rule.

See Also

Finding Locations in a Bundle