Skip to content

Commit

Permalink
Clutch 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iT0ny committed Apr 3, 2016
1 parent 8bfea9b commit 1a5ae03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Clutch/Clutch-Prefix.pch
Original file line number Diff line number Diff line change
Expand Up @@ -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_]
Expand Down
2 changes: 1 addition & 1 deletion Clutch/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions Clutch/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1a5ae03

Please sign in to comment.