From a86965088edd3a754225f0d75cb6137c187c9265 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Mon, 5 Dec 2016 18:04:00 -0500 Subject: First pass removing all deprecated uses of GTM_IPHONE_USE_SENTEST. SENTEST as a framework doesn't exist anymore so there's no point in supporting it. --- GTMDefines.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'GTMDefines.h') diff --git a/GTMDefines.h b/GTMDefines.h index 7baa7b2..8ec88cc 100644 --- a/GTMDefines.h +++ b/GTMDefines.h @@ -191,17 +191,9 @@ // By default, GTM has provided it's own unittesting support, define this // to use the support provided by Xcode, especially for the Xcode4 support // for unittesting. - // This is going to be deprecated as Apple is deprecating SenTest. - #ifndef GTM_IPHONE_USE_SENTEST - #define GTM_IPHONE_USE_SENTEST 0 - #endif - // Define this to use XCTest instead of OCUnit/SenTest. #ifndef GTM_USING_XCTEST #define GTM_USING_XCTEST 0 #endif - #if GTM_IPHONE_USE_SENTEST && GTM_USING_XCTEST - #error Can't define both GTM_IPHONE_USE_SENTEST and GTM_USING_XCTEST - #endif #define GTM_MACOS_SDK 0 #else // For MacOS specific stuff @@ -209,7 +201,6 @@ #define GTM_IPHONE_SDK 0 #define GTM_IPHONE_SIMULATOR 0 #define GTM_IPHONE_DEVICE 0 - #define GTM_IPHONE_USE_SENTEST 0 #ifndef GTM_USING_XCTEST #define GTM_USING_XCTEST 0 #endif -- cgit v1.2.3