1.1 --- a/Source/GGBLayer.h Sun Mar 16 15:06:47 2008 -0700
1.2 +++ b/Source/GGBLayer.h Wed May 28 12:47:10 2008 -0700
1.3 @@ -6,7 +6,8 @@
1.4 // Copyright 2008 __MyCompanyName__. All rights reserved.
1.5 //
1.6
1.7 -#if TARGET_OS_ASPEN
1.8 +
1.9 +#if TARGET_OS_IPHONE
1.10 #import <QuartzCore/QuartzCore.h>
1.11 #else
1.12 #import <Quartz/Quartz.h>
1.13 @@ -17,7 +18,7 @@
1.14 {
1.15 CABasicAnimation *_curAnimation;
1.16
1.17 -#if ! TARGET_OS_ASPEN
1.18 +#if ! TARGET_OS_IPHONE
1.19 }
1.20 #else
1.21 // For some reason, the CALayer class on iPhone OS doesn't have these!