Commits


Ryan Wilson authored and GitHub committed 8289c6ca58b
Fixed macOS conditional check. (#2245) * Fixed macOS conditional check. Turns out TARGET_OS_MAC is 1 for macOS and iOS, we should be using TARGET_OS_OSX instead. Tweet with some history: https://twitter.com/gparker/status/836341915037515778 * Update README.