From: Jay Freeman (saurik) Date: Sat, 24 Oct 2015 23:39:16 +0000 (-0700) Subject: For some reason, lsd crashes on iOS 8.3 with this. X-Git-Tag: v1.1.2^0 X-Git-Url: https://git.saurik.com/patcyh.git/commitdiff_plain/ca46d3603426879bcb80ceca8147fc281dcbbeca For some reason, lsd crashes on iOS 8.3 with this. --- diff --git a/extrainst_.mm b/extrainst_.mm index 3aa841e..fab3c6e 100644 --- a/extrainst_.mm +++ b/extrainst_.mm @@ -37,8 +37,9 @@ int main(int argc, const char *argv[]) { NSAutoreleasePool *pool([[NSAutoreleasePool alloc] init]); - if (!PatchLaunch(false, false)) + if (!PatchLaunch(kCFCoreFoundationVersionNumber < 1200, false)) return 1; + if (!PatchInstall(false, false)) return 1;