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.m | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Foundation/GTMSystemVersion.m') diff --git a/Foundation/GTMSystemVersion.m b/Foundation/GTMSystemVersion.m index eb255a6..1265d5d 100644 --- a/Foundation/GTMSystemVersion.m +++ b/Foundation/GTMSystemVersion.m @@ -35,10 +35,6 @@ NSString *const kGTMArch_i386 = @"i386"; static NSString *const kSystemVersionPlistPath = @"/System/Library/CoreServices/SystemVersion.plist"; -NSString *const kGTMSystemBuild10_5_5 = @"9F33"; -NSString *const kGTMSystemBuild10_6_0_WWDC = @"10A96"; -NSString *const kGTMSystemBuild10_6_0_10A190 = @"10A190"; - @implementation GTMSystemVersion + (void)initialize { if (self == [GTMSystemVersion class]) { -- cgit v1.2.3