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

@@ -41,7 +41,7 @@ final class RemoveAppOperation: ResultOperation<InstalledApp>
let resignedBundleIdentifier = installedApp.resignedBundleIdentifier
do {
try remove_app(resignedBundleIdentifier)
try removeApp(resignedBundleIdentifier)
} catch {
return self.finish(.failure(error))
}