Returns the previously created NSBundle instance that has the specified bundle identifier.
Original signature is '+ (NSBundle *)bundleWithIdentifier:(NSString *)identifier'
Available in Mac OS X v10.0 and later.


- identifier (NSString)
- The identifier for an existing NSBundle instance.

The previously created NSBundle instance that has the bundle identifier identifier. Returns nil if the requested bundle is not found.

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