Hi,
I have had AMI running for years and am now setting up some for another company. I’d like to test them locally on my system first though, so I set up a second protocol handler on my OSX machine by creating a new apple script, saving it as a .app bundle, then modifying the plist with a new handler (e.g. “shotgunTest” instead of just “shotgun”), e.g.:
<dict> <key>CFBundleURLName</key> <string>ShotgunPython</string> <key>CFBundleURLSchemes</key> <array> <string>shotgunTest</string> </array> </dict>
I set up the new action item in Shotgun accordingly (using “shotgunTest://test_func” as teh url value), but when I try to run it in Chrome I am not getting any results and no pop-up to ask for the required app to handle “shotgunTest”.
What am I missing?
Cheers,
frank