Re: private Frameworks - how
Re: private Frameworks - how
- Subject: Re: private Frameworks - how
- From: Ryan Dingman <email@hidden>
- Date: Sat, 28 Sep 2002 12:26:21 -0700
You need to add a "Copy Files" build phase to your project and add
these frameworks to that build phase as files to copy. Set the
destination of the new build phase to "Frameworks". Of course, when
building the frameworks, don't forget to set the INSTALL_PATH to
"@executable_path/../Frameworks"
Hope this helps.
ryan
On Saturday, September 28, 2002, at 11:11 AM, Glenn Howes wrote:
Hi,
I want to add some frameworks (the OmniBase and OmniNetworking)
frameworks to my application. It looks like if they end up in a
Frameworks directory inside my app's Contents directory they should be
accessible to my app and I won't have to install them in the user's
Frameworks library. My question is how do I get Project Builder to do
this automatically?
--glenn
_______________________________________________
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.
_______________________________________________
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.