From f41831c30bfe766da14bc0ccfc2e98b74be8a0ac Mon Sep 17 00:00:00 2001 From: iCrazeiOS Date: Tue, 11 Oct 2022 22:24:18 +0100 Subject: [PATCH 1/2] fixed typos --- README.md | 2 +- TrollStore/TSApplicationsManager.m | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index abe4193..ddf063f 100644 --- a/README.md +++ b/README.md @@ -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. -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. diff --git a/TrollStore/TSApplicationsManager.m b/TrollStore/TSApplicationsManager.m index fa5c36a..ef00d18 100644 --- a/TrollStore/TSApplicationsManager.m +++ b/TrollStore/TSApplicationsManager.m @@ -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."; break; case 174: - errorDescription = @"The apps main executable does not exists."; + errorDescription = @"The app's main executable does not exists."; break; case 175: errorDescription = @"Failed to sign the app. ldid returned a non zero status code."; break; case 176: - errorDescription = @"The apps Info.plist is missing required values."; + errorDescription = @"The app's Info.plist is missing required values."; break; case 177: errorDescription = @"Failed to mark app as TrollStore app."; From 791d070c5c2b47e5f773e90d8375c1442a4453cd Mon Sep 17 00:00:00 2001 From: iCrazeiOS Date: Tue, 11 Oct 2022 22:26:06 +0100 Subject: [PATCH 2/2] fixed typos --- TrollStore/TSApplicationsManager.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TrollStore/TSApplicationsManager.m b/TrollStore/TSApplicationsManager.m index ef00d18..652c051 100644 --- a/TrollStore/TSApplicationsManager.m +++ b/TrollStore/TSApplicationsManager.m @@ -95,7 +95,7 @@ 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; case 174: - errorDescription = @"The app's main executable does not exists."; + errorDescription = @"The app's main executable does not exist."; break; case 175: errorDescription = @"Failed to sign the app. ldid returned a non zero status code.";