From 83461951f0d99cbf59ef18f79fc640d9670352c2 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Fri, 24 Oct 2014 02:48:59 -0700 Subject: [PATCH 1/1] Use rounded versions for kCFCoreFoundationVersion. --- extrainst.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extrainst.mm b/extrainst.mm index e0a4efe..9c4764e 100644 --- a/extrainst.mm +++ b/extrainst.mm @@ -81,7 +81,7 @@ int main(int argc, const char *argv[]) { NSAutoreleasePool *pool([[NSAutoreleasePool alloc] init]); - if (kCFCoreFoundationVersionNumber >= 847.24) + if (kCFCoreFoundationVersionNumber >= 800) if (NSString *error = download()) { fprintf(stderr, "error: %s\n", [error UTF8String]); return 1; -- 2.47.2