Plugin Creation Guide
Peter Hosey
boredzo at adium.im
Sun Aug 15 05:37:48 UTC 2010
On Aug 14, 2010, at 14:08:47, Spenser Jones wrote:
> To get this, download and build Adium from http://trac.adium.im/wiki/GettingNewestAdiumSource. Be sure to download the version that most of your plugin's users will be using (e.g. stable).
The link for release source code is:
http://trac.adium.im/wiki/GettingReleaseAdiumSource
> Name the file the same name as your application…
You mean plug-in.
> Open "Info.plist" and add the following line: "<key>AIMinimumAdiumVersionRequirement</key> <string>1.3</string>"
Generally, this should be the version number of whatever release series the framework you're building against came from. If you're building the framework from 1.3.x source, then yes, 1.3. If you're building it from 1.4 source, you should set it to 1.4 instead.
Other than that, it looks good to me.
More information about the devel
mailing list