Closed julianlocke closed 2 years ago
TARGET_OS_OSX is defined even in situations in which it's not the target OS. We want #if TARGET_OS_OSX for this check.
#if TARGET_OS_OSX
TARGET_OS_OSX is defined even in situations in which it's not the target OS. We want
#if TARGET_OS_OSX
for this check.