Re: How to locate bundle by bundleID?
Re: How to locate bundle by bundleID?
- Subject: Re: How to locate bundle by bundleID?
- From: Adam Knight <email@hidden>
- Date: Fri, 3 Oct 2003 13:49:12 -0500
Found under "Locating and Opening Bundles" in the Core Foundation docs
at:
http://developer.apple.com/documentation/CoreFoundation/Conceptual/
CFBundles/index.html
requestedBundle = CFBundleGetBundleWithIdentifier(
CFSTR("com.apple.Finder.MyGetInfoPlugIn") );
Enjoy. =)
On Oct 3, 2003, at 8:53 AM, Nikolay Ilduganov wrote:
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.
--
Adam
_______________________________________________
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.