Skip navigation.
 
mlRe: Using Security framework to get root auth for running app.
FROM : Don Arbow
DATE : Wed Dec 15 21:00:12 2004

On Dec 15, 2004, at 12:16 PM, <email_removed> wrote:

> Darn. I was hoping that would not be the case.
> Question then, can I set /Applications/SomeApp.app as the toolpath? or
> can
> I only launch command line tools?
>



The path to the executable is actually a couple of levels further down:

/Applications/SomeApp.app/Contents/MacOS/SomeApp

If you type this on the command line, you can start a Cocoa app.

Don