Contents

CFBundleCopyInfoDictionaryInDirectory(_:)

Returns a bundle’s information dictionary.

Declaration

func CFBundleCopyInfoDictionaryInDirectory(_ bundleURL: CFURL!) -> CFDictionary!

Parameters

  • bundleURL:

    A CFURL object describing the location of a bundle.

Return Value

A CFDictionary object containing the information dictionary for a bundle located at bundleURL. Ownership follows the The Create Rule.

Discussion

This function provides a means to obtain an information dictionary for a bundle without first creating a CFBundle object.

See Also

Getting Bundle Properties