Skip to content

Commit

Permalink
Fix broken error output
Browse files Browse the repository at this point in the history
  • Loading branch information
alfiecg24 committed Mar 30, 2024
1 parent 4d89825 commit 8e9b3ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TrollStore/TSApplicationsManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ - (NSError*)errorForCode:(int)code
break;
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.";
break;
case 185:
errorDescription = @"Failed to sign the app. The CoreTrust bypass returned a non zero status code.";
}
Expand Down

0 comments on commit 8e9b3ca

Please sign in to comment.