Re: What does +[NSBundle bundleWithIdentifier:] get me?
Re: What does +[NSBundle bundleWithIdentifier:] get me?
- Subject: Re: What does +[NSBundle bundleWithIdentifier:] get me?
- From: email@hidden
- Date: Mon, 28 Apr 2003 09:09:51 -0700
Hi Dan - you can probably find more information about this by searching
for "bundleWithIdentifier" and "Davidson" on the list archives, but to
possibly avoid Doug Davidson at Apple from having to chime in here, let
me refer you to the documentation for this method, which states that
bundleWithIdentifier only returns bundles that have been previously
loaded by your app.
So it doesn't have any search paths at all. If you're looking for a
particular app on disk by identifier you should look into
LSFindApplicationForInfo, which is part of the LaunchServices framework.
Hope this helps,
Daniel
On Sunday, April 27, 2003, at 09:32 AM, Dan Bernstein wrote:
>
bundleWithIdentifier
_______________________________________________
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.