From a8376b477d69247fe71ad24c5ee5dfffe0552e8e Mon Sep 17 00:00:00 2001 From: Steven Fisher Date: Fri, 27 Sep 2013 09:32:05 -0700 Subject: [PATCH] Update Prefix.pch Update required SDK version in example .pch. Not very important fix, but a 3.0 requirement here seems very strange. --- Example/Prefix.pch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Example/Prefix.pch b/Example/Prefix.pch index 94c6eb1..8ce9160 100644 --- a/Example/Prefix.pch +++ b/Example/Prefix.pch @@ -1,8 +1,8 @@ #import #if __IPHONE_OS_VERSION_MIN_REQUIRED - #ifndef __IPHONE_3_0 - #warning "This project uses features only available in iPhone SDK 3.0 and later." + #ifndef __IPHONE_6_0 + #warning "This project uses features only available in iPhone SDK 6.0 and later." #endif #ifdef __OBJC__