Contents

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.

See Also

Application information