PDA

View Full Version : Application Bundle Identifiers for Browsers


dancedrummer
2005.07.22, 01:58 PM
Greetings.

I'm trying to launch a couple of different browsers, actually want to specify the browser. I'm sure somebody here knows the bundleIndentifier for Netscape, Camino, or better yet how to find these out. For clarity, what I've got working are: com.apple.Safari, com.microsoft.Explorer, org.mozilla.Firefox. Also, I want to be able to specify the URL so i'm using the NSWorkspace:

launchAppWithBundleIdentifier:options:additionalEv entParamDescriptor:launchIdentifier:

Any other suggested way of achieving this (launch a specific url in a specific browser) is more than welcom.

Thanks in advance.

dd

Cochrane
2005.07.22, 02:49 PM
Camino has org.mozilla.navigator, you can find them by opening the Info.plist file in the Contents subdirectory of the bundle.

dancedrummer
2005.07.22, 05:08 PM
Thank you sir. (Duh, I should have figured that out)
:)