From df1a29bfa86fa4ad65bd5fc67fe55ef8de09ee99 Mon Sep 17 00:00:00 2001 From: Matej Bukovinski Date: Sun, 14 Jul 2019 21:27:29 +0200 Subject: [PATCH] Update for iOS 8 --- MBProgressHUD-Prefix.pch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MBProgressHUD-Prefix.pch b/MBProgressHUD-Prefix.pch index e81c669..98b63cd 100644 --- a/MBProgressHUD-Prefix.pch +++ b/MBProgressHUD-Prefix.pch @@ -4,8 +4,8 @@ #import -#ifndef __IPHONE_3_0 -#warning "This project uses features only available in iOS SDK 3.0 and later." +#ifndef __IPHONE_8_0 +#warning "This project uses features only available in iOS SDK 8.0 and later." #endif #ifdef __OBJC__