From 9c4dda3b1ce8a1acbb5fa8d31a03dae84e8ab301 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Tue, 3 Jan 2012 16:30:21 +0000 Subject: [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 --- GTMDefines.h | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'GTMDefines.h') 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 -- cgit v1.2.3