ldid and CoreTrust bypass used the same error code

This commit is contained in:
alfiecg24
2024-03-22 21:50:21 +00:00
parent ac42b6b6c0
commit 2e646919f6
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -715,7 +715,7 @@ int signApp(NSString* appPath)
else {
NSLog(@"[%@] CoreTrust bypass failed!!! :(", filePath);
fat_free(fat);
return 175;
return 185;
}
// tempFile is now signed, overwrite original file at filePath with it