From: Jay Freeman (saurik) Date: Fri, 24 Oct 2014 09:48:59 +0000 (-0700) Subject: Use rounded versions for kCFCoreFoundationVersion. X-Git-Tag: v1.1~2 X-Git-Url: https://git.saurik.com/afc2d.git/commitdiff_plain/83461951f0d99cbf59ef18f79fc640d9670352c2 Use rounded versions for kCFCoreFoundationVersion. --- 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;