On Sep 16, 2009, at 6:09 PM, Jay Boyer wrote:
Finally, I am doing this because the preferredLanguages method is specified to be an OS 10.5+ method and the project I am working on is being built on the 10.4 SDK.
The proper way to set up this project, as you’ve described it, is to build the project using a Base SDK of Mac OS X 10.5 (or later), and a Mac OS X Deployment Target of 10.4.
- Base SDK is the latest operating system from which you wish to use features - Deployment Target is the earliest operating system on which your software will run
This is the case for both Mac OS X and iPhone OS. You do not need to use the SDK specific to an operating system just because that is the minimum operating system your application will support.
— Chris _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
