Re: private frameworks
Re: private frameworks
- Subject: Re: private frameworks
- From: Larry Fransson <email@hidden>
- Date: Mon, 29 Mar 2004 18:04:51 -0800
On Mar 29, 2004, at 12:05, Daniel Todd Currie wrote:
What I really want to do is build a framework bundle once, and then
have a single file that I can easily dump into any application
project, and then just add a new copy file build phase to insert the
framework into the application bundle.
I can't say I've been following this thread at all, so maybe I missed
something, but what you want to do is exactly what I have done with an
application that uses the Omni Frameworks. I didn't just make that up,
either. I got that from the archives somewhere. The frameworks are
built with an installation path of "@executable_path/../Frameworks",
and then added to the project using the "Add Frameworks..." menu item.
Then there's a copy files build phase that copies the built framework
into the application bundle's Frameworks directory.
Larry Fransson
Seattle, WA
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.