Re: Makin' frameworks
Re: Makin' frameworks
- Subject: Re: Makin' frameworks
- From: Enrique Zamudio <email@hidden>
- Date: Fri, 28 Sep 2001 20:38:49 -0500
- Organization: Nasoft
I don't know of any example frameworks, but it's really not difficult at all.
1. Create a Cocoa framework project
2. Put all your ObjC classes in there.
3. Make sure you publish the headers for the classes you want to be able to use from
outside the framework (in the target, the files tab, you set which headers are
public).
4. You can also include resources if you want to.
5. Include frameworks that your own framework depends on
6. Make sure the install directory is /Library/Frameworks
7. Compile, install and enjoy
eZL
[demime 0.98b removed an attachment of type text/x-vcard which had a name of ezamudio.vcf]