aboutsummaryrefslogtreecommitdiff
path: root/GTMDefines.h
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2016-12-05 18:04:00 -0500
committerGravatar Thomas Van Lenten <thomasvl@google.com>2016-12-05 18:04:00 -0500
commita86965088edd3a754225f0d75cb6137c187c9265 (patch)
tree654dd650f5e5d60fe2170112cd624c44825ee33c /GTMDefines.h
parent2ef3625a9193d4855931a73e0e5b3eb29d0231c3 (diff)
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.
Diffstat (limited to 'GTMDefines.h')
-rw-r--r--GTMDefines.h9
1 files changed, 0 insertions, 9 deletions
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