From 3b9b245d5c9433f7555547b018bdead5d5d5f2da Mon Sep 17 00:00:00 2001 From: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com> Date: Sat, 24 May 2025 18:52:56 -0600 Subject: [PATCH 1/2] Update OperationError.swift --- AltStore/Operations/Errors/OperationError.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AltStore/Operations/Errors/OperationError.swift b/AltStore/Operations/Errors/OperationError.swift index 1b6671ef..00426ae4 100644 --- a/AltStore/Operations/Errors/OperationError.swift +++ b/AltStore/Operations/Errors/OperationError.swift @@ -310,7 +310,7 @@ extension MinimuxerError: LocalizedError { case .NoConnection: return NSLocalizedString("Unable to connect to the device, make sure StosVPN is enabled and you're connected to WiFi. This could mean an invalid pairing.", comment: "") case .PairingFile: - return NSLocalizedString("Invalid pairing file. Your pairing file either didn't have a UDID, or it wasn't a valid plist. Please use jitterbugpair to generate it", comment: "") + return NSLocalizedString("Invalid pairing file. Your pairing file either didn't have a UDID, or it wasn't a valid plist. Please use idevice pair to regenerate it", comment: "") case .CreateDebug: return self.createService(name: "debug") From ec0a2ec340da0427720e8fd03b91eb8f0d670831 Mon Sep 17 00:00:00 2001 From: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com> Date: Sat, 24 May 2025 19:04:25 -0600 Subject: [PATCH 2/2] Update OperationError.swift Co-authored-by: Stern Signed-off-by: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com> --- AltStore/Operations/Errors/OperationError.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AltStore/Operations/Errors/OperationError.swift b/AltStore/Operations/Errors/OperationError.swift index 00426ae4..eeb83fa5 100644 --- a/AltStore/Operations/Errors/OperationError.swift +++ b/AltStore/Operations/Errors/OperationError.swift @@ -310,7 +310,7 @@ extension MinimuxerError: LocalizedError { case .NoConnection: return NSLocalizedString("Unable to connect to the device, make sure StosVPN is enabled and you're connected to WiFi. This could mean an invalid pairing.", comment: "") case .PairingFile: - return NSLocalizedString("Invalid pairing file. Your pairing file either didn't have a UDID, or it wasn't a valid plist. Please use idevice pair to regenerate it", comment: "") + return NSLocalizedString("Invalid pairing file. Your pairing file either didn't have a UDID, or it wasn't a valid plist. Please use idevice_pair to regenerate it", comment: "") case .CreateDebug: return self.createService(name: "debug")