Application Bundle Identifiers for Browsers
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:additionalEventParamDescriptor:launchIdentifier:
Any other suggested way of achieving this (launch a specific url in a specific browser) is more than welcom.
Thanks in advance.
dd
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:additionalEventParamDescriptor:launchIdentifier:
Any other suggested way of achieving this (launch a specific url in a specific browser) is more than welcom.
Thanks in advance.
dd
Camino has org.mozilla.navigator, you can find them by opening the Info.plist file in the Contents subdirectory of the bundle.
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| Automatic creation of app bundle in dmg installer | peterp | 7 | 4,278 |
Feb 24, 2010 01:22 PM Last Post: cmiller |
|
| Tutorial: Make an Mac OSX App Bundle for your Java Application | AndyKorth | 0 | 2,820 |
Dec 21, 2008 09:30 PM Last Post: AndyKorth |
|
| Why don't browsers collide traffic? | Fenris | 2 | 2,901 |
Jun 22, 2008 09:01 AM Last Post: Fenris |
|
| from .dll to .bundle | wyrmmage | 5 | 4,343 |
Feb 23, 2007 04:11 PM Last Post: Duane |
|
| Framework and bundle problem | pointer | 2 | 2,458 |
Dec 8, 2006 04:29 AM Last Post: MacFiend |
|

