Re: How do I use Frameworks installed to a non-standard location?
Re: How do I use Frameworks installed to a non-standard location?
- Subject: Re: How do I use Frameworks installed to a non-standard location?
- From: Nir Soffer <email@hidden>
- Date: Fri, 21 Dec 2007 08:06:48 +0200
On Dec 20, 2007, at 23:28, gnat wrote: Hello, This isn't specifically an xcode question and I apologize for that, but as it's somewhat related i'm hoping someone can at least point me in the right direction.
I would like to start installing non-Apple Frameworks to a custom location (e.g. a data partition/drive) to work around needing to reinstall them after a fresh re-image of the boot partition of our hosts.
I understand how to build an application so that it will find these Frameworks, but I haven't found anything that makes me think it is simple (e.g. a system wide setting, environment variable, etc..) to have every Application add the custom path to it's search path (e.g. in addition to /System/Library/Frameworks, /Library/Frameworks, and ~/Library/Frameworks) without having to tweak each app (CocoaDev talks about using install_name_tool on their ApplicationLinking page to do this).
Is this possible? Can someone point me in the right direction
See man dyld, e.g. DYLD_FRAMWORK_PATH=/Volumes/Aux/Frameworks
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden