mirror of
https://github.com/opa334/TrollStore.git
synced 2026-07-02 03:00:39 +08:00
ldid and CoreTrust bypass used the same error code
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user