From db99fd344b9262d4b32d0a73107cf33dfb47ed50 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Wed, 11 Nov 2009 15:01:04 +0000 Subject: [Author: thomasvl] More work towards passing on 10.6: - Remove the build constants as we don't need them. - Update some bindings tests that were checking for wwdc seed or lower, to just be 10.6 or less, we'll update again with 10.7 (since i doubt they will change during an os release). - Move some images from 10.6.0 to 10.6. - Update the 10.6 images to current values, this appears to be the gamma change that happening in 10.6 (late in the cycle). - Add 10.6 image for the view drawing. R=dmaclach DELTA=44 (14 added, 13 deleted, 17 changed) --- Foundation/GTMSystemVersion.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Foundation/GTMSystemVersion.h') diff --git a/Foundation/GTMSystemVersion.h b/Foundation/GTMSystemVersion.h index 07580a7..4d2511e 100644 --- a/Foundation/GTMSystemVersion.h +++ b/Foundation/GTMSystemVersion.h @@ -77,10 +77,3 @@ GTM_EXTERN NSString *const kGTMArch_ppc; GTM_EXTERN NSString *const kGTMArch_ppc64; GTM_EXTERN NSString *const kGTMArch_x86_64; GTM_EXTERN NSString *const kGTMArch_i386; - -// System Build Number constants -GTM_EXTERN NSString *const kGTMSystemBuild10_5_5; -GTM_EXTERN NSString *const kGTMSystemBuild10_6_0_WWDC; -GTM_EXTERN NSString *const kGTMSystemBuild10_6_0_10A190; - - -- cgit v1.2.3