Contents

CFBundleCopyBundleURL(_:)

Returns the location of a bundle.

Declaration

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

Parameters

  • bundle:

    The bundle to examine.

Return Value

A CFURL object describing the location of bundle, or NULL if the specified bundle does not exist. Ownership follows the The Create Rule.

See Also

Getting Bundle Properties