From e3da796a0e20825a868f36ce275e3aa09b95a24a Mon Sep 17 00:00:00 2001 From: "Emanuele Vulcano (Infinite Labs)" Date: Fri, 25 Jun 2010 00:27:06 +0200 Subject: [PATCH] No L0Keyboard on iOS 4. --- L0Keyboard.h | 2 +- L0Keyboard.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/L0Keyboard.h b/L0Keyboard.h index 5b534c9..d66a652 100644 --- a/L0Keyboard.h +++ b/L0Keyboard.h @@ -6,7 +6,7 @@ // Copyright 2010 __MyCompanyName__. All rights reserved. // -#if TARGET_OS_IPHONE +#if TARGET_OS_IPHONE && __IPHONE_OS_VERSION_MAX_ALLOWED < 30200 #import diff --git a/L0Keyboard.m b/L0Keyboard.m index 5f3bd36..44ef633 100644 --- a/L0Keyboard.m +++ b/L0Keyboard.m @@ -6,7 +6,7 @@ // Copyright 2010 __MyCompanyName__. All rights reserved. // -#if TARGET_OS_IPHONE +#if TARGET_OS_IPHONE && __IPHONE_OS_VERSION_MAX_ALLOWED < 30200 #import "L0Keyboard.h"