]> git.saurik.com Git - patcyh.git/blobdiff - extrainst_.mm
For some reason, lsd crashes on iOS 8.3 with this.
[patcyh.git] / 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;