diff --git a/Source/Other/ReverseAuthExample-Prefix.pch b/Source/Other/ReverseAuthExample-Prefix.pch index 98c5bc8..cbdae62 100644 --- a/Source/Other/ReverseAuthExample-Prefix.pch +++ b/Source/Other/ReverseAuthExample-Prefix.pch @@ -1,11 +1,7 @@ -// -// Prefix header for all source files of the 'TWiOSReverseAuthExample' target in the 'TWiOSReverseAuthExample' project -// - #import -#ifndef __IPHONE_6_0 -#warning "This project was designed to be built with iOS6." +#ifndef __IPHONE_7_0 +#warning "This project was designed to be built with iOS7." #endif #ifdef __OBJC__