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