From 1a5ae0326655fcb896493e5a7f1fbe2357fea8cb Mon Sep 17 00:00:00 2001 From: Anton Titkov Date: Sun, 3 Apr 2016 14:10:37 +0200 Subject: [PATCH] Clutch 2.0.2 --- Clutch/Clutch-Prefix.pch | 2 +- Clutch/Makefile | 2 +- Clutch/main.m | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Clutch/Clutch-Prefix.pch b/Clutch/Clutch-Prefix.pch index f89fe1b7..6cb3535b 100644 --- a/Clutch/Clutch-Prefix.pch +++ b/Clutch/Clutch-Prefix.pch @@ -26,7 +26,7 @@ int diff_ms(struct timeval t1, struct timeval t2); -#define CLUTCH_VERSION_ @"2.0.1" +#define CLUTCH_VERSION_ @"2.0.2" #ifdef DEBUG #define CLUTCH_VERSION [NSString stringWithFormat:@"%@ DEBUG",CLUTCH_VERSION_] diff --git a/Clutch/Makefile b/Clutch/Makefile index ed992340..464cc98f 100644 --- a/Clutch/Makefile +++ b/Clutch/Makefile @@ -5,7 +5,7 @@ ENTITLEMENTS := Clutch.entitlements PCH := Clutch-Prefix.pch SRC_DIRS := MiniZip CFLAGS += -fmodules -fobjc-arc -I.. -LDFLAGS += -miphoneos-version-min=$(IPHONEOS_DEPLOYMENT_TARGET) -lz -F/System/Library/PrivateFrameworks -F /System/Library/Frameworks -framework AppSupport -framework Foundation -framework MobileCoreServices +LDFLAGS += -miphoneos-version-min=$(IPHONEOS_DEPLOYMENT_TARGET) -lz -F /System/Library/Frameworks -framework Foundation -framework MobileCoreServices LDLIBS = -lncurses # Macro to find all source files in a directory diff --git a/Clutch/main.m b/Clutch/main.m index c57b82fb..cbf70b07 100644 --- a/Clutch/main.m +++ b/Clutch/main.m @@ -63,8 +63,7 @@ int main (int argc, const char * argv[]) @autoreleasepool { - //exit(0); - // yo + if (SYSTEM_VERSION_LESS_THAN(NSFoundationVersionNumber_iOS_6_0)) { gbprintln(@"You need iOS 6.0+ to use Clutch %@",CLUTCH_VERSION);