• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to read the deployment target of a .plugin?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >How to read the deployment target of a .plugin? (From: Jerry Krinock <email@hidden>)
 >Re: How to read the deployment target of a .plugin? (From: Charles Srstka <email@hidden>)
 >Re: How to read the deployment target of a .plugin? (From: Jerry Krinock <email@hidden>)

  • Prev by Date: Re: How to read the deployment target of a .plugin?
  • Next by Date: Re: Uploading photos to iCloud programatically
  • Previous by thread: Re: How to read the deployment target of a .plugin?
  • Next by thread: Re: How to read the deployment target of a .plugin?
  • Index(es):
    • Date
    • Thread