I added a new Dictionary named "1" in the Scripts array and I filled each fields, but when I type in the new keyword, it justs send it instead of parsing it as an AppleScript...
Here's the PList file (I used the Property List Editor to edit it, but I used BBedit to dump it):
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleGetInfoString</key>
<string>Send Tunes</string>
<key>CFBundleIdentifier</key>
<string>com.felix.sendtune.scripts</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>1.1</string>
<key>CFBundleName</key>
<string>Send Tune</string>
<key>CFBundlePackageType</key>
<string>AdIM</string>
<key>Scripts</key>
<array>
<dict>
<key>File</key>
<string>sendit</string>
<key>Keyword</key>
<string>/sendtune</string>
<key>Title</key>
<string>Send Tune</string>
</dict>
<dict>
<key>File</key>
<string>sendzip</string>
<key>Keyword</key>
<string>/sendzip</string>
<key>Title</key>
<string>Send Zipped Tune</string>
</dict>
</array>
<key>Set</key>
<string>Send Tune</string>
</dict>
</plist>
Any idea? If you need it then I'll show the two files.