Re: Deploying application with Growl support

2008-07-09 Thread Matthew Gertner
Thanks for all the advice. I'll take a look and inquire on the Growl list if I need more help. On Wed, Jul 9, 2008 at 7:21 PM, Marcelo Alves <[EMAIL PROTECTED]> wrote: > Read the growl documentation. There's a chapter explaining how to bundle a > growl installer inside your app. > > > > Sent from

Re: Deploying application with Growl support

2008-07-09 Thread Marcelo Alves
Read the growl documentation. There's a chapter explaining how to bundle a growl installer inside your app. Sent from my iPhone On 9 Jul 2008, at 13:27, "Matthew Gertner" <[EMAIL PROTECTED]> wrote: Hi, Perhaps this isn't the right place to ask this, but I have a Cocoa application that use

Re: Deploying application with Growl support

2008-07-09 Thread Peter Maurer
Perhaps this isn't the right place to ask this, but I have a Cocoa application that uses Growl for notifications. Have a look at the bottom of this page: You'll want to use Growl-WithInstaller.framework. If ther

Re: Deploying application with Growl support

2008-07-09 Thread Mike Abdullah
Adium does exactly this and is open source. I imagine a perusal of their code would be quite handy. Mike. On 9 Jul 2008, at 17:27, Matthew Gertner wrote: Hi, Perhaps this isn't the right place to ask this, but I have a Cocoa application that uses Growl for notifications. I'm looking for inf