Re: Launching a specific app

2009-03-18 Thread Dave DeLong
NSWorkspace has the following method: launchAppWithBundleIdentifier:options:additionalEventParamDescriptor:launchIdentifier : iTunes' bundle identifier is "com.apple.itunes". Cheers, Dave On Mar 18, 2009, at 3:26 PM, Rick Mann wrote: Hi. I'm reading through the Launch Services docs, but s

Launching a specific app

2009-03-18 Thread Rick Mann
Hi. I'm reading through the Launch Services docs, but so far I have an unanswered question. We need to launch a specific app (iTunes), regardless of where the user might've placed it on disk. What's the right way to reference the app for LS APIs? TIA, -- Rick ___