How to locate bundle by bundleID?
How to locate bundle by bundleID?
- Subject: How to locate bundle by bundleID?
- From: Nikolay Ilduganov <email@hidden>
- Date: Fri, 3 Oct 2003 20:53:30 +0700
I have to locate and open bundle by it's BundleID. Is there any way to
do this without searching contents of all disk?
There are method
+ (NSBundle *)bundleWithIdentifier:(NSString *)identifier
but it requires already existing instance.
For example I have to open com.apple.driver.AppleXserveRAID bundle. How
to locate it?
Nikolay.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.