minimuxer: use wrapper methods

This commit is contained in:
mahee96
2026-02-23 11:30:11 +05:30
parent e5dbf2b677
commit e891b7ec93
7 changed files with 151 additions and 103 deletions

View File

@@ -225,7 +225,7 @@ final class InstallAppOperation: ResultOperation<InstalledApp>
}
do {
try install_ipa(installedApp.bundleIdentifier)
try installIPA(installedApp.bundleIdentifier)
installing = false
installedApp.refreshedDate = Date()
self.finish(.success(installedApp))