]> git.saurik.com Git - patcyh.git/commitdiff
For some reason, lsd crashes on iOS 8.3 with this. v1.1.2
authorJay Freeman (saurik) <saurik@saurik.com>
Sat, 24 Oct 2015 23:39:16 +0000 (16:39 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Sat, 24 Oct 2015 23:39:16 +0000 (16:39 -0700)
extrainst_.mm

index 3aa841ea776cafe0ec0299f9dbe893e79c79f476..fab3c6e3bc4fba3e263da18153d7f6bd8f7362e9 100644 (file)
@@ -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;