/* 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 {{{ */
if (!PatchInstall(true, abort))
return 1;
- system("launchctl stop com.apple.mobile.installd");
+ if (!PatchLaunch(true, abort))
+ return 1;
[pool release];
return 0;