[swift-users] minimum deployment target

J.E. Schotsman jeschot at xs4all.nl
Mon Nov 14 04:26:37 CST 2016


Hello,

I have some code that is used in both a project with minimum deployment target 10.9 and a project with minimum deployment target 10.11.
If I check for availability of API’s on the 10.9 project I get warnings on the 10.11 project saying these checks are unnecessary.
Can I conditionalize this check somehow?

Jan E.


More information about the swift-users mailing list