]> git.saurik.com Git - patcyh.git/blobdiff - extrainst_.mm
Update the copyright year now that 2016 has begun.
[patcyh.git] / extrainst_.mm
index 45e70b5059852cd1057294ede01b9060bd27343b..eff9d2e0ea8974dba1363c001cd57ebcff724d90 100644 (file)
@@ -1,5 +1,5 @@
 /* patcyh - you should pronounce it like patch
- * Copyright (C) 2015  Jay Freeman (saurik)
+ * Copyright (C) 2015-2016  Jay Freeman (saurik)
 */
 
 /* GNU General Public License, Version 3 {{{ */
@@ -37,9 +37,13 @@ int main(int argc, const char *argv[]) {
 
     NSAutoreleasePool *pool([[NSAutoreleasePool alloc] init]);
 
-    if (!PatchInstall(false, false))
+    bool modern(kCFCoreFoundationVersionNumber > 1242);
+
+    if (!PatchLaunch(modern || kCFCoreFoundationVersionNumber < 1200, false))
+        return 1;
+
+    if (!PatchInstall(modern, false))
         return 1;
-    system("launchctl stop com.apple.mobile.installd");
 
     [pool release];
     return 0;