Re: How can I find app bundle with its identifier. App is not running.

2008-10-17 Thread Stephen J. Butler
On Fri, Oct 17, 2008 at 3:38 AM, Alexander Shmelev [EMAIL PROTECTED] wrote: I have to find application bundle with its identifies, but [NSBundle bundleWithIdentifier: ] searches only among running bundles. Is there any way to found bundle of not running application using its identifier? Not

Re: How can I find app bundle with its identifier. App is not running.

2008-10-17 Thread Mike Abdullah
Look at NSWorkspace, it has a number of methods for locating applications by bundle identifier. On 17 Oct 2008, at 09:38, Alexander Shmelev wrote: Hello, I have to find application bundle with its identifies, but [NSBundle bundleWithIdentifier: ] searches only among running bundles. Is

Re: How can I find app bundle with its identifier. App is not running.

2008-10-17 Thread Ken Thomases
On Oct 17, 2008, at 3:55 AM, Stephen J. Butler wrote: On Fri, Oct 17, 2008 at 3:38 AM, Alexander Shmelev [EMAIL PROTECTED] wrote: I have to find application bundle with its identifies, but [NSBundle bundleWithIdentifier: ] searches only among running bundles. Is there any way to found