mirror of
				https://github.com/opa334/TrollStore.git
				synced 2025-11-04 07:32:36 +08:00 
			
		
		
		
	Fix broken error output
This commit is contained in:
		
							parent
							
								
									4d8982545d
								
							
						
					
					
						commit
						8e9b3caa93
					
				@ -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.";
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user