Re: simple file browser
Re: simple file browser
- Subject: Re: simple file browser
- From: Corbin Dunn <email@hidden>
- Date: Tue, 26 Jan 2010 10:14:39 -0800
On Jan 26, 2010, at 10:10 AM, Jens Alfke wrote:
>
> On Jan 26, 2010, at 10:03 AM, Corbin Dunn wrote:
>
>> Jens/Andrew --- the SnowLeopard documentation is incorrect; it was added in 10.6, but "retro-published" to 10.4. So, it is available in 10.4 and higher.
>
> It's definitely not in the headers of the 10.5 SDK.
No, and it won't be; we don't modify old SDKs.
> Are you saying that the method was added to the class in 10.4 but not made public till 10.6? So it would be kosher in 10.4/5 to declare it in a category on NSSavePanel and call it?
Yes -- that is correct. The availability macro in 10.6 states that it is available on 10.4 and higher.
Another way to access it is to build with the 10.6 SDK but set MIN/MAX target as 10.4, but the category is the easiest solution.
-corbin
_______________________________________________
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