Re: autorelease CGImageRef?
Re: autorelease CGImageRef?
- Subject: Re: autorelease CGImageRef?
- From: Thomas Engelmeier <email@hidden>
- Date: Fri, 8 Aug 2008 16:17:43 +0200
Am 07.08.2008 um 17:24 schrieb Chris Hanson:
This appears correct, except for the fact that, for reasons known
only to Apple, although CFMakeCollectable is available in 10.4, the
trivial NSMakeCollectable macro is available only in 10.5.
If you build with the Mac OS X 10.5 SDK, you should be able to use
NSMakeCollectable since it's declared as an inline function.
The earliest release of Mac OS X you're targeting is a function of
the Mac OS X Deployment Target build setting, not the SDK.
In theory:
- The Xcode 2.4 10.4 SDK allows deployment on ANY 10.4 version,
- The Xcode 2.5 / 3.x SDKs for 10.4 and 10.5 SDKs allow deployment
on recently updated 10.4 versions:
< http://www.tom-e.org/2008/04/pimp-my-xcode-sdk/>
These differences are AFAIK not covered in any release notes.
Regards,
Tom_E
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden