aboutsummaryrefslogtreecommitdiff
path: root/GTMDefines.h
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2012-01-03 16:30:21 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2012-01-03 16:30:21 +0000
commit9c4dda3b1ce8a1acbb5fa8d31a03dae84e8ab301 (patch)
tree3061f70e5c6e553b4cb32f7662508ca0fabfa736 /GTMDefines.h
parent6069593554038b2806f6fa73c0aabcea80b24749 (diff)
[Author: thomasvl]
Add the 10.7 SDK for unit testing support. Add SDK support for iOS unit testing. Map 'arch' to "iPhone"/"iPad" to allow different images/states based on the unit testing form factor. R=dmaclach
Diffstat (limited to 'GTMDefines.h')
-rw-r--r--GTMDefines.h15
1 files changed, 9 insertions, 6 deletions
diff --git a/GTMDefines.h b/GTMDefines.h
index e4e3286..3936daf 100644
--- a/GTMDefines.h
+++ b/GTMDefines.h
@@ -32,14 +32,11 @@
#ifndef MAC_OS_X_VERSION_10_6
#define MAC_OS_X_VERSION_10_6 1060
#endif
+#ifndef MAC_OS_X_VERSION_10_7
+ #define MAC_OS_X_VERSION_10_7 1070
+#endif
// Not all __IPHONE_X macros defined in past SDKs
-#ifndef __IPHONE_2_1
- #define __IPHONE_2_1 20100
-#endif
-#ifndef __IPHONE_2_2
- #define __IPHONE_2_2 20200
-#endif
#ifndef __IPHONE_3_0
#define __IPHONE_3_0 30000
#endif
@@ -52,6 +49,12 @@
#ifndef __IPHONE_4_0
#define __IPHONE_4_0 40000
#endif
+#ifndef __IPHONE_4_3
+ #define __IPHONE_4_3 40300
+#endif
+#ifndef __IPHONE_5_0
+ #define __IPHONE_5_0 50000
+#endif
// ----------------------------------------------------------------------------
// CPP symbols that can be overridden in a prefix to control how the toolbox