From 246dda0c942c98bca010f6248c03b610a381f9e8 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Tue, 31 Aug 2010 19:01:01 +0000 Subject: [Author: dmaclach] Turn off service management on 10.4 R=thomasvl --- Foundation/GTMServiceManagementTest.m | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Foundation/GTMServiceManagementTest.m') diff --git a/Foundation/GTMServiceManagementTest.m b/Foundation/GTMServiceManagementTest.m index 1d54b20..45bf478 100644 --- a/Foundation/GTMServiceManagementTest.m +++ b/Foundation/GTMServiceManagementTest.m @@ -16,8 +16,11 @@ // the License. // -#import "GTMSenTestCase.h" #import "GTMServiceManagement.h" + +#if MAC_OS_X_VERSION_MIN_REQUIRED > MAC_OS_X_VERSION_10_4 + +#import "GTMSenTestCase.h" #import "GTMGarbageCollection.h" #define STANDARD_JOB_LABEL "com.apple.launchctl.Background" @@ -152,3 +155,5 @@ } @end + +#endif // if MAC_OS_X_VERSION_MIN_REQUIRED > MAC_OS_X_VERSION_10_4 -- cgit v1.2.3