From ca46d3603426879bcb80ceca8147fc281dcbbeca Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sat, 24 Oct 2015 16:39:16 -0700 Subject: [PATCH] For some reason, lsd crashes on iOS 8.3 with this. --- extrainst_.mm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.45.2