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.appThe bundle identifier of the app.
var bundleIdentifier: String { get }You can get the bundle identifier for an app using the codesign command line utility:
% codesign -v -d /Applications/MyApp.app