by David Phillip Oster <oster@[EMAIL PROTECTED]
>
Aug 28, 2007 at 02:53 AM
In article <fav5ca$r3g$1$8300dec7@[EMAIL PROTECTED]
>,
Simon Slavin <slavins.delete.these.four.words@[EMAIL PROTECTED]
>
wrote:
> I'm really not very good at this. I've written quite a lot of stuff in
> Cocoa but it has all been entire Applications and now I need to write a
> plugin or a framework or something. I'm following the instructions on
> this page
>
>
http://developer.apple.com/do***entation/AppleApplications/Conceptual/Safar
> iJSProgTopics/index.html
>
> and it gets into a a nice example involving BasicAddressBook and talks
> about editing a .m file. But what kind of project is this ? Should I
> create it in Xcode by using 'Cocoa Application' or 'Cocoa Bundle' or is
it
> a library or what ? It's not an application, in that 'main' does
nothing
> and it has no interface, so I guess the application options are wrong.
>
> I assume I should link to WebKit.framework. But the page mentions
> WebScriptObject.h . Should I be im****ting that somewhere, or is it part
> of Cocoa or WebKit.framework or something else that means it will be
> implicitly incor****ated ?
>
> Simon.
It sounds like you want to download the .dmg from
http://developer.apple.com/samplecode/Birthdays/
and open and edit the
enclosed Xcode project