mirror of
				https://github.com/opa334/TrollStore.git
				synced 2025-11-04 15:42:35 +08:00 
			
		
		
		
	fixed typos
This commit is contained in:
		
							parent
							
								
									4850eb5a9e
								
							
						
					
					
						commit
						f41831c30b
					
				@ -44,7 +44,7 @@ This installation method unfortunately does **NOT** work on arm64 (A8 - A11) iOS
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
7. You can now either delete the "GTA Car Tracker" app, or register it as the persistence helper by opening it and tapping the option at the bottom and keep it.
 | 
					7. You can now either delete the "GTA Car Tracker" app, or register it as the persistence helper by opening it and tapping the option at the bottom and keep it.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
8. Open the TrollStore app and press "Install ldid" in the Settings tab, then read the information under "Persistence", and install the Persistence Helper into a system app if want persistence.
 | 
					8. Open the TrollStore app and press "Install ldid" in the Settings tab, then read the information under "Persistence", and install the Persistence Helper into a system app if you want persistence.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
9. Done, you can now share IPA files with TrollStore and they will be permanently installed on your device.
 | 
					9. Done, you can now share IPA files with TrollStore and they will be permanently installed on your device.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -95,13 +95,13 @@
 | 
				
			|||||||
        errorDescription = @"The app is not signed with a fake CoreTrust certificate and ldid is not installed. Install ldid in the settings tab and try again.";
 | 
					        errorDescription = @"The app is not signed with a fake CoreTrust certificate and ldid is not installed. Install ldid in the settings tab and try again.";
 | 
				
			||||||
        break;
 | 
					        break;
 | 
				
			||||||
        case 174:
 | 
					        case 174:
 | 
				
			||||||
        errorDescription = @"The apps main executable does not exists.";
 | 
					        errorDescription = @"The app's main executable does not exists.";
 | 
				
			||||||
        break;
 | 
					        break;
 | 
				
			||||||
        case 175:
 | 
					        case 175:
 | 
				
			||||||
        errorDescription = @"Failed to sign the app. ldid returned a non zero status code.";
 | 
					        errorDescription = @"Failed to sign the app. ldid returned a non zero status code.";
 | 
				
			||||||
        break;
 | 
					        break;
 | 
				
			||||||
        case 176:
 | 
					        case 176:
 | 
				
			||||||
        errorDescription = @"The apps Info.plist is missing required values.";
 | 
					        errorDescription = @"The app's Info.plist is missing required values.";
 | 
				
			||||||
        break;
 | 
					        break;
 | 
				
			||||||
        case 177:
 | 
					        case 177:
 | 
				
			||||||
        errorDescription = @"Failed to mark app as TrollStore app.";
 | 
					        errorDescription = @"Failed to mark app as TrollStore app.";
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user