Re: How to read the deployment target of a .plugin?
Re: How to read the deployment target of a .plugin?
- Subject: Re: How to read the deployment target of a .plugin?
- From: Chris Hanson <email@hidden>
- Date: Tue, 12 Feb 2013 11:30:20 -0800
On Feb 10, 2013, at 10:40 PM, Jerry Krinock <email@hidden> wrote:
> On 2013 Feb 10, at 21:12, Charles Srstka <email@hidden> wrote:
>
>> On my machine, "Compiler Default" makes it 10.8.
>
> Same here. Those "Compiler Default" and "Current/Latest OS X" Build Settings values are going to kill me one of these days.
Deployment Target is the earliest OS on which you want to run.
Base SDK is the latest OS from which you want to use API.
You should generally leave Base SDK set to “Latest” and avoid Current. Current means “use the headers and libraries and frameworks in /,” which is in some ways like saying “don’t use an SDK.” It’s how we used to do things in the days before SDKs, but we’ve had SDKs now for around 10 years, so it’s time to make the switch. :)
-- Chris
_______________________________________________
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