Re: Making Frameworks
Re: Making Frameworks
- Subject: Re: Making Frameworks
- From: Sherm Pendley <email@hidden>
- Date: Mon, 3 Jun 2002 15:47:18 -0400
On Monday, June 3, 2002, at 03:22 PM, Eric Conrad wrote:
I couldn't find any documentation on making frameworks for cocoa...
Anyone have a place where I could learn up on it?
In a nutshell, you create a new project in PB, and choose "Cocoa
Framework" as the project type. Add your classes and build. In the
"build" folder, you'll find "Foo.framework" instead of "Foo.app".
When you ship an app that uses your framework, you may want to include
the framework in the app bundle, so that end users don't have to install
it separately. There are a number of articles on doing this; one that I
found useful is at CocoaDevCentral:
<URL:
http://www.cocoadevcentral.com/tutorials/showpage.php?show=00000037.php>
sherm--
Never put off until tomorrow what you can do today. There might be a law
against it by that time.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.