Fix broken error output

This commit is contained in:
alfiecg24 2024-03-30 17:24:27 +00:00
parent 4d8982545d
commit 8e9b3caa93
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ extern NSUserDefaults* trollStoreUserDefaults();
break; break;
case 184: case 184:
errorDescription = @"The app was installed successfully, but has additional binaries that are encrypted (e.g. extensions, plugins). The app itself should work, but you may experience broken functionality as a result."; errorDescription = @"The app was installed successfully, but has additional binaries that are encrypted (e.g. extensions, plugins). The app itself should work, but you may experience broken functionality as a result.";
break;
case 185: case 185:
errorDescription = @"Failed to sign the app. The CoreTrust bypass returned a non zero status code."; errorDescription = @"Failed to sign the app. The CoreTrust bypass returned a non zero status code.";
} }