---
title: kCFBundleNameKey
framework: corefoundation
role: symbol
role_heading: Global Variable
path: corefoundation/kcfbundlenamekey
---

# kCFBundleNameKey

The human-readable name of the bundle.

## Declaration

```swift
let kCFBundleNameKey: CFString!
```

## Discussion

Discussion This key is often found in the InfoPlist.strings since it is usually localized.

## See Also

### Constants

- [kCFBundleInfoDictionaryVersionKey](corefoundation/kcfbundleinfodictionaryversionkey.md)
- [kCFBundleExecutableKey](corefoundation/kcfbundleexecutablekey.md)
- [kCFBundleIdentifierKey](corefoundation/kcfbundleidentifierkey.md)
- [kCFBundleVersionKey](corefoundation/kcfbundleversionkey.md)
- [kCFBundleDevelopmentRegionKey](corefoundation/kcfbundledevelopmentregionkey.md)
- [kCFBundleLocalizationsKey](corefoundation/kcfbundlelocalizationskey.md)
