Contents

bundleIdentifier

The bundle identifier of the app.

Declaration

var bundleIdentifier: String { get }

Discussion

You can get the bundle identifier for an app using the codesign command line utility:

% codesign -v -d /Applications/MyApp.app

See Also

Creating an assessment application