aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMSystemVersion.m
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-11-11 15:01:04 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-11-11 15:01:04 +0000
commitdb99fd344b9262d4b32d0a73107cf33dfb47ed50 (patch)
treee0b2e82437a46b797775c56680b4ab6d4854c670 /Foundation/GTMSystemVersion.m
parentee96eba5fd4929f251855009121803b70a48f2d2 (diff)
[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)
Diffstat (limited to 'Foundation/GTMSystemVersion.m')
-rw-r--r--Foundation/GTMSystemVersion.m4
1 files changed, 0 insertions, 4 deletions
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]) {