Keys for Both iOS and OS X

The keys in this section apply to application bundles on both OS X and iOS.

Image Structure

Image CFBundleExecutable (Executable file), the name of the executable file, which may be an application binary, a library, or plugin code. It corresponds to the EXECUTABLE_NAME build setting, which in turn is derived from PRODUCT_NAME (plus an optional prefix and suffix, which you’d rarely use). A bundle that mismatches this entry with the actual name of the executable file will not run. Applications must specify this key.

CFBundleIdentifier ...

Get Xcode 5 Start to Finish: iOS and OS X Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.