Update macOS version to 10.10 as per documentation. Minor update

This commit is contained in:
Gregory John Casamento 2023-05-23 15:16:56 -04:00
parent 231151aea3
commit 6fbaa7ca33

View file

@ -27,7 +27,7 @@
#include <Foundation/NSObject.h>
#if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST)
#if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST)
#if defined(__cplusplus)
extern "C" {