]> git.saurik.com Git - patcyh.git/blobdiff - extrainst_.mm
Ensure moved applications are found in canOpenURL.
[patcyh.git] / extrainst_.mm
index 45e70b5059852cd1057294ede01b9060bd27343b..3aa841ea776cafe0ec0299f9dbe893e79c79f476 100644 (file)
@@ -37,9 +37,10 @@ int main(int argc, const char *argv[]) {
 
     NSAutoreleasePool *pool([[NSAutoreleasePool alloc] init]);
 
+    if (!PatchLaunch(false, false))
+        return 1;
     if (!PatchInstall(false, false))
         return 1;
-    system("launchctl stop com.apple.mobile.installd");
 
     [pool release];
     return 0;