---
title: Bundle configuration
framework: bundleresources
role: collectionGroup
role_heading: API Collection
path: bundleresources/bundle-configuration
---

# Bundle configuration

Define basic characteristics of a bundle, like its name, type, and version.

## Overview

Overview The Information Property List file associated with a bundle tells you how to interpret the bundle’s contents. The file describes fundamental features, like whether the bundle contains an app, a framework, or something else. It also includes identifying characteristics of the bundle, like an identifier, a human-readable name, and a version.

## Topics

### Categorization

- [CFBundlePackageType](bundleresources/information-property-list/cfbundlepackagetype.md)
- [LSApplicationCategoryType](bundleresources/information-property-list/lsapplicationcategorytype.md)

### Identification

- [CFBundleIdentifier](bundleresources/information-property-list/cfbundleidentifier.md)
- [WKAppBundleIdentifier](bundleresources/information-property-list/wkappbundleidentifier.md)
- [WKCompanionAppBundleIdentifier](bundleresources/information-property-list/wkcompanionappbundleidentifier.md)

### Naming

- [CFBundleName](bundleresources/information-property-list/cfbundlename.md)
- [CFBundleDisplayName](bundleresources/information-property-list/cfbundledisplayname.md)
- [CFBundleSpokenName](bundleresources/information-property-list/cfbundlespokenname.md)

### Bundle version

- [CFBundleVersion](bundleresources/information-property-list/cfbundleversion.md)
- [CFBundleShortVersionString](bundleresources/information-property-list/cfbundleshortversionstring.md)
- [CFBundleInfoDictionaryVersion](bundleresources/information-property-list/cfbundleinfodictionaryversion.md)
- [NSHumanReadableCopyright](bundleresources/information-property-list/nshumanreadablecopyright.md)

### Operating system version

- [LSMinimumSystemVersion](bundleresources/information-property-list/lsminimumsystemversion.md)
- [LSMinimumSystemVersionByArchitecture](bundleresources/information-property-list/lsminimumsystemversionbyarchitecture.md)
- [MinimumOSVersion](bundleresources/information-property-list/minimumosversion.md)
- [LSRequiresIPhoneOS](bundleresources/information-property-list/lsrequiresiphoneos.md)
- [WKApplication](bundleresources/information-property-list/wkapplication.md)
- [WKWatchKitApp](bundleresources/information-property-list/wkwatchkitapp.md)

### Localization

- [CFBundleDevelopmentRegion](bundleresources/information-property-list/cfbundledevelopmentregion.md)
- [CFBundleLocalizations](bundleresources/information-property-list/cfbundlelocalizations.md)
- [CFBundleAllowMixedLocalizations](bundleresources/information-property-list/cfbundleallowmixedlocalizations.md)
- [TICapsLockLanguageSwitchCapable](bundleresources/information-property-list/ticapslocklanguageswitchcapable.md)

### Help

- [CFAppleHelpAnchor](bundleresources/information-property-list/cfapplehelpanchor.md)
- [CFBundleHelpBookName](bundleresources/information-property-list/cfbundlehelpbookname.md)
- [CFBundleHelpBookFolder](bundleresources/information-property-list/cfbundlehelpbookfolder.md)

## See Also

### Core settings

- [User interface](bundleresources/user-interface.md)
- [App execution](bundleresources/app-execution.md)
