Re: Can a private framework have a version and compelled to launch according to OS version?
Re: Can a private framework have a version and compelled to launch according to OS version?
- Subject: Re: Can a private framework have a version and compelled to launch according to OS version?
- From: Nick Zitzmann <email@hidden>
- Date: Fri, 12 Aug 2005 17:25:43 -0600
On Aug 12, 2005, at 3:38 AM, Michael Rathmann wrote:
So I started to take the audio playback and put it into a private
framework that is dynamically linked.
Now what I would love is a mechanism that loads version A of my
framework when 10.2 / 10.3 is running and B when 10.4. is up.
Can this be achieved with a private framework?
No, but you can do that with bundles. Or you could change your
existing code to do things one way if the user is using Jaguar or
Panther, and another way if the user is using Tiger or later,
assuming your code isn't loading any Tiger-only frameworks.
Nick Zitzmann
<http://seiryu.home.comcast.net/>
S/MIME signature available upon request
_______________________________________________
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