From dd4c0be75dce8fb84261792dc6ef9a816a985c12 Mon Sep 17 00:00:00 2001 From: mahee96 <47920326+mahee96@users.noreply.github.com> Date: Mon, 2 Mar 2026 16:57:56 +0530 Subject: [PATCH] minimuxer: match API name --- AltStore/LaunchViewController.swift | 2 +- .../Operations/BackgroundRefreshAppsOperation.swift | 2 +- SideStore/MinimuxerWrapper.swift | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/AltStore/LaunchViewController.swift b/AltStore/LaunchViewController.swift index 5abbe2b0..9bcf314c 100644 --- a/AltStore/LaunchViewController.swift +++ b/AltStore/LaunchViewController.swift @@ -87,7 +87,7 @@ final class LaunchViewController: UIViewController, UIDocumentPickerDelegate { } func start_minimuxer_threads(_ pairing_file: String) { - targetMinimuxerAddress() + retargetUsbmuxdAddr() let documentsDirectory = FileManager.default.documentsDirectory.absoluteString do { let loggingEnabled = UserDefaults.standard.isMinimuxerConsoleLoggingEnabled diff --git a/AltStore/Operations/BackgroundRefreshAppsOperation.swift b/AltStore/Operations/BackgroundRefreshAppsOperation.swift index a7616cba..705be27f 100644 --- a/AltStore/Operations/BackgroundRefreshAppsOperation.swift +++ b/AltStore/Operations/BackgroundRefreshAppsOperation.swift @@ -101,7 +101,7 @@ final class BackgroundRefreshAppsOperation: ResultOperation<[String: Result