Re: Shared Cocoa frameworks?
Re: Shared Cocoa frameworks?
- Subject: Re: Shared Cocoa frameworks?
- From: Markus Hitter <email@hidden>
- Date: Sat, 11 Mar 2006 10:37:26 +0100
Am 11.03.2006 um 00:49 schrieb Devraj Mukherjee:
[...] I got some resources from the
Objective-C list as to how I can create private embeddable frameworks.
However for this instance I think a shared framework would be ideal.
Are there any resources/tips that I can get as to how I can create a
shared framework?
This isn't much different: Set the install path of the framework to /
Library/Frameworks or $HOME/Library/Frameworks and put the built
framework there. Likely you want a dedicated project for your framework.
To use the framework in the apps, just include them like any other
(Apple supplied) framework.
If you want other install paths than the two above, you have to
fiddle with LD* and DYLD* environment variables.
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
_______________________________________________
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