OpenSC / OpenSC.tokend

Tokend module for OS X with support for all cards supported by OpenSC
Other
36 stars 20 forks source link

Use dedicated Xcode variable for deploy target #20

Closed metsma closed 8 years ago

metsma commented 8 years ago

Signed-off-by: Raul Metsma raul@metsma.ee

frankmorgner commented 8 years ago

I'm not used to Xcode. What does a dedicated variable change/improve?

metsma commented 8 years ago

Shows in project view that target is set 10.9 https://dl.dropboxusercontent.com/u/59091211/Screen%20Shot%202015-11-26%20at%2022.30.59.png also other resources (eg. xib) can understand deploy target

frankmorgner commented 8 years ago

did you verify that it also sets -mmacosx-version-min?

metsma commented 8 years ago

man clang

   MACOSX_DEPLOYMENT_TARGET
       If -mmacosx-version-min is unspecified, the default deployment target is read from this environment
       variable.  This option only affects darwin targets.
frankmorgner commented 8 years ago

ok, thanks