What's the analog to #ifdef __IPHONE_8_0 for OS X 10.10?
#ifdef __IPHONE_8_0
I've RTM/STFI, enough at least.
#ifdef __MAC_10_10
The #defines for the OS versions are in Availability.h.
#define
Availability.h