Returns an instance of an SBApplication subclass that represents the target application identified by the given bundle identifier.
Original signature is '- (id)initWithBundleIdentifier:(NSString *)ident'
Available in Mac OS X v10.5 and later.


- ident (NSString)
- A bundle identifier specifying an application that is OSA-compliant.

An initialized shared instance of an SBApplication subclass that represents a target application with the bundle identifier of ident. Returns nil if no such application can be found or if the application does not have a scripting interface.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)