Re: SDK 10.6 with Target 10.5

2011-03-13 Thread Chris Hanson
On Mar 13, 2011, at 4:19 PM, Leonardo wrote: > on Xcode 4.0, I have noticed, just accidentally, that when the Base SDK is > set to Mac OS X 10.6 and the deployment target to 10.5, I don't get any > alert about the use of not-available-APIs. This is how the Base SDK and Deployment Target build set

SDK 10.6 with Target 10.5

2011-03-13 Thread Leonardo
Hi, on Xcode 4.0, I have noticed, just accidentally, that when the Base SDK is set to Mac OS X 10.6 and the deployment target to 10.5, I don't get any alert about the use of not-available-APIs. In facts I have used [NSNumberFormatter localizedStringFromNumber:... which is available on 10.6 and