Re: How-To: private framework
Re: How-To: private framework
- Subject: Re: How-To: private framework
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 7 Apr 2003 21:27:26 -0700
On Monday, April 7, 2003, at 09:01 PM, Lloyd Dupont wrote:
for my development need, I found a bunch of OpenSource framework which
do could do work.
there is plenty of them with version number like 0.123
I certainly don't want to install them in
$(SOME_SYSTEM_DIRECTORY)/Frameworks
(with all the eventual version problem if they are override and the
painfull installation process it creates)
what I want is to have them inside the application bundle.
how could I do that ?
If you have access to the source and pbproj files, then set the install
path to "@executable_path/../Frameworks" and build.
If you don't, then you have to use the program "install_name_tool" to
change the install path. This may not work unless the framework was
built with the linker option "-header-pad-max-install-names". It has a
man page...
Then, in your application project, set up a copy files build phase that
copies the framework into the target.
Nick Zitzmann
AIM/iChat: dragonsdontsleep
Check out my software page:
http://dreamless.home.attbi.com/
"Building the future and keeping the past alive are one and the same
thing." - Metal Gear Solid 2
_______________________________________________
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.