From c69724910b575e12c28a3db57af3da07ce00f055 Mon Sep 17 00:00:00 2001 From: iCrazeiOS Date: Mon, 10 Oct 2022 23:00:31 +0100 Subject: [PATCH] fix some minor typos --- README.md | 2 +- Store/TSApplicationsManager.m | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 13d50d5..d54eee9 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ It works because of the CoreTrust bug that **_ONLY_** affects iOS 14.0 - 15.4.1 7. You can now delete the "GTA Car Tracker" app, it is no longer needed. -8. Open TrollStore 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 TrollStore 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/Store/TSApplicationsManager.m b/Store/TSApplicationsManager.m index fb67dfe..d833b38 100644 --- a/Store/TSApplicationsManager.m +++ b/Store/TSApplicationsManager.m @@ -96,13 +96,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 exist."; 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.";