[Adium-devl] Some questions about write a new service plugin
Zachary West
zacwest at gmail.com
Fri Apr 24 20:28:10 UTC 2009
On Fri, Apr 24, 2009 at 12:00, Evan JIANG <firstfan at gmail.com> wrote:
> Hi,
> Another quick question, why must the plugin to be put to the
> Adium/Contents/Plugins folder? If I double click on my
> AdiumFetionPlugin.AdiumPlugin to run it, it shows install the plugin
> successfully. And the plugin is putted into ~Library/Application
> Support/Adium 2.0/PlugIns. But after launch Adium, it shows "Could not
> load AdiumFetionPlugin:The AdiumFetionPlugin plugin is not compatible
> with Adium..."
> Any idea about that?
You need to specify what version of Adium you use.
Add a key, to your Info.plist, like so:
<key> AIMinimumAdiumVersionRequirement</key>
<string>1.3</string>
Zac
More information about the devel
mailing list