Contents

CFBundleGetDevelopmentRegion(_:)

Returns the bundle’s development region from the bundle’s information property list.

Declaration

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

Parameters

  • bundle:

    The bundle to examine.

Return Value

A CFString object containing the name of the bundle’s development region. Ownership follows the The Get Rule.

See Also

Getting Bundle Properties