bundleIdentifier
Indicates the CFBundleIdentifier of the application.
Declaration
var bundleIdentifier: String? { get }Discussion
The value of this property will be nil if the application does not have an Info.plist.
Indicates the CFBundleIdentifier of the application.
var bundleIdentifier: String? { get }The value of this property will be nil if the application does not have an Info.plist.