<!--
{
  "documentType" : "article",
  "framework" : "CoreFoundation",
  "identifier" : "/documentation/CoreFoundation/information-property-list-keys",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Information Property List Keys"
}
-->

# Information Property List Keys

Standard keys found in a bundle’s information property list file.

## Topics

### Constants

[`let kCFBundleInfoDictionaryVersionKey: CFString!`](/documentation/CoreFoundation/kCFBundleInfoDictionaryVersionKey)

The version of the information property list format.

[`let kCFBundleExecutableKey: CFString!`](/documentation/CoreFoundation/kCFBundleExecutableKey)

The name of the executable in this bundle (if any).

[`let kCFBundleIdentifierKey: CFString!`](/documentation/CoreFoundation/kCFBundleIdentifierKey)

The bundle identifier.

[`let kCFBundleVersionKey: CFString!`](/documentation/CoreFoundation/kCFBundleVersionKey)

The version number of the bundle.

[`let kCFBundleDevelopmentRegionKey: CFString!`](/documentation/CoreFoundation/kCFBundleDevelopmentRegionKey)

The name of the development language of the bundle.

[`let kCFBundleNameKey: CFString!`](/documentation/CoreFoundation/kCFBundleNameKey)

The human-readable name of the bundle.

[`let kCFBundleLocalizationsKey: CFString!`](/documentation/CoreFoundation/kCFBundleLocalizationsKey)

Allows an unbundled application that handles localization itself to specify which localizations it has available.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)