Re: What ever happened to "shared frameworks"?
Re: What ever happened to "shared frameworks"?
- Subject: Re: What ever happened to "shared frameworks"?
- From: Shaun Wexler <email@hidden>
- Date: Mon, 22 Sep 2003 20:59:07 -0700
On Sep 22, 2003, at 3:03 PM, Scott Anguish wrote:
On Sep 22, 2003, at 5:08 PM, John Siracusa wrote:
Anyone know if/when shared frameworks were deprecated?
I think deprecated is an appropriate term in this case. Yes.
Support for it is not present in 10.1 or 10.2. Not sure about 10.x,
but I'd not count on it.
You can embed frameworks for your own application to use within the
wrapper. If you want other apps to access frameworks, then you need
to use ~/Library/Frameworks or /Library/Frameworks or one of the other
supported search paths.
FWIW, you can still use SharedFrameworks to store your embedded
frameworks in the app bundle, and the app finds them without any
problems. That's where I currently place those that will be used by my
plug-ins, saving the Frameworks folder for any app-private frameworks I
might come up with. Never checked or changed the searchPath order, or
anything else as far as testing it...
--
Shaun Wexler
MacFOH
http://www.macfoh.com
_______________________________________________
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.