Contents

CFBundleGetIdentifier(_:)

Returns the bundle identifier from a bundle’s information property list.

Declaration

func CFBundleGetIdentifier(_ bundle: CFBundle!) -> CFString!

Parameters

  • bundle:

    The bundle to examine.

Return Value

A CFString object containing the bundle’s identifier, or NULL if none was specified in the information property list. Ownership follows the The Get Rule.

See Also

Getting Bundle Properties