I am integrating growl into my Objective-C app.
However If I build and run my app without copying the Growl.framework to ~/Library/Frameworks or a corresponding location then my App fails to execute.
I don't really fully understand Frameworks under objective-c, but I was wondering if there is anyway to include the Framework within my App so I don't have to manually distribute the framework to the user?
I believe that's what tweetweet does in there build process but I haven't quite figured out how they did it.
Thanks, Brian