summaryrefslogtreecommitdiff
path: root/objc_darwin.h
diff options
context:
space:
mode:
Diffstat (limited to 'objc_darwin.h')
-rw-r--r--objc_darwin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/objc_darwin.h b/objc_darwin.h
index c62e2ab..03dafdf 100644
--- a/objc_darwin.h
+++ b/objc_darwin.h
@@ -5,8 +5,8 @@
#ifndef __GO_UI_OBJC_DARWIN_H__
#define __GO_UI_OBJC_DARWIN_H__
-#define MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_6
-#define MAC_OS_X_VERSION_MAX_ALLOWED MAC_OS_X_VERSION_10_6
+#define MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_7
+#define MAC_OS_X_VERSION_MAX_ALLOWED MAC_OS_X_VERSION_10_7
/* the Objective-C runtime headers, for id */
#include <objc/message.h>