diff -r 428a194e3e59 -r 45c82a071aca Source/GGBLayer.h --- a/Source/GGBLayer.h Sun Mar 16 15:06:47 2008 -0700 +++ b/Source/GGBLayer.h Wed May 28 12:47:10 2008 -0700 @@ -6,7 +6,8 @@ // Copyright 2008 __MyCompanyName__. All rights reserved. // -#if TARGET_OS_ASPEN + +#if TARGET_OS_IPHONE #import #else #import @@ -17,7 +18,7 @@ { CABasicAnimation *_curAnimation; -#if ! TARGET_OS_ASPEN +#if ! TARGET_OS_IPHONE } #else // For some reason, the CALayer class on iPhone OS doesn't have these!