Contents

CFBundleGetLocalInfoDictionary(_:)

Returns a bundle’s localized information dictionary.

Declaration

func CFBundleGetLocalInfoDictionary(_ bundle: CFBundle!) -> CFDictionary!

Parameters

  • bundle:

    The bundle to examine.

Return Value

A dictionary containing the key-value pairs in bundle’s localized information dictionary (from the InfoPlist.strings file for the current locale). Ownership follows the The Get Rule.

See Also

Getting Bundle Properties