I have an applescirpt that i have made for adium, how do i:
a) bundle it for adium
b) create a text trigger for it e.g. /ibrb etc
Thanks Adam
Adium Script Making
- zaudragon
- Growl Team
- Posts: 1852
- Joined: Sat Dec 04, 2004 5:05 am
- Location: Kensington, CA, USA
- Contact:
Re: Adium Script Making
Look at an existing style. Pretty easy I think.adambrown wrote:I have an applescirpt that i have made for adium, how do i:
a) bundle it for adium
b) create a text trigger for it e.g. /ibrb etc
Thanks Adam
ive done that
What am i doing wrong?
I think something in the documentation should be done for this. For the newbies at script making.
Thanks for all your help
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>iBe Right Back</string>
<key>CFBundleIdentifier</key>
<string>com.adiumx.ibrb.scripts</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>1.0</string>
<key>CFBundleName</key>
<string>/ibrb</string>
<key>CFBundlePackageType</key>
<string>AdIM</string>
<key>Scripts</key>
<array>
<dict>
<key>File</key>
<string>itunesbrb.scpt</string>
<key>Keyword</key>
<string>/ibrb</string>
<key>Title</key>
<string>iBe Right Back</string>
</dict>
</array>
<key>Set</key>
<string></string>
</dict>
</plist>
I think something in the documentation should be done for this. For the newbies at script making.
Thanks for all your help