Not compatible with Adium 1.4b?

Evan Schoenberg, M.D. evan at adium.im
Sat May 30 15:04:17 UTC 2009


On May 30, 2009, at 4:54 AM, Bob Tanner wrote:

> I followed this great tutorial (http://rampion.blogspot.com/2008/09/howto-wrap-libpurple-plugin-for-adium.html 
> ) and ended up with .AdiumLibpurplePlugin.
>
> Installation was successful. Restarted Adium.
>
> The Mute plugin is not compatible with Adium 1.4hg. Please check  
> adiumxtras.com to see if an update is available.
>
> I did build my plugin against  "hg clone http://hg.adium.im/adium"  
> and an "About" shows "Adium 1.4hg".
>
> I tried Adium 1.4b5, (just to make sure) same error message.
>
> As a newbie I'm not sure how to proceed.
>
> I'll admit I have not spent much time looking how to debug Adium or  
> its plugins. But I'm hoping it's something simple and someone can  
> point me to some url where I can read about it.

That tutorial is missing a step which is new since it was written.

Your plugin's Info.plist file needs to have a key/string pair like:
	<key>AIMinimumAdiumVersionRequirement</key>
	<string>1.4</string>
in order to be loaded.  If the pair is not present, Adium assumes the  
plugin is incompatible.

Cheers,
Evan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://adium.im/pipermail/devel_adium.im/attachments/20090530/29c21b2a/attachment-0002.html>


More information about the devel mailing list