I’ve written a few AppleScript droplets which I’ve compiled and stored as Application Bundles. I want them to show up on the “Open With” menu inside of “Get Info” under Leopard, but they never show up.
Here’s what I do:
-
Select “Get Info” for a given file.
-
Get into the “Open With” menu.
-
Select “Other…”.
-
Navigate to the AppleScript droplet and highlight it.
-
Click on the “Add” button.
-
Close the “Get Info” panel.
From that point forward, the given file indeed will be opened with my AppleScript droplet, but that droplet never appears on the “Open With” menu for any other files of the same type. This means I always have to go through this six-step scenario in order to cause a given file to be opened with my droplet.
Apparently, there’s something about the way that AppleScript creates these Application Bundles that prevents macosx from putting references to them on the “Open With” menu under the above scenario.
Do any of you know how to create a compiled AppleScript droplet Application Bundle that will end up on the “Open With” menu for a given file type after being selected there once for that file type?
Thanks in advance.