minimuxer: use newly exposed Swift wrappers in MinimuxerWrapper.swift

This commit is contained in:
mahee96
2026-03-01 01:20:14 +05:30
parent c09c290973
commit 857c1e03e0
10 changed files with 13 additions and 8 deletions

View File

@@ -11,6 +11,8 @@ import AltStoreCore
import AltSign
import Roxas
import Minimuxer
@objc(RefreshAppOperation)
final class RefreshAppOperation: ResultOperation<InstalledApp>
{
@@ -46,7 +48,6 @@ final class RefreshAppOperation: ResultOperation<InstalledApp>
for p in profiles {
do {
let bytes =
try installProvisioningProfiles(p.value.data)
} catch {
self.finish(.failure(MinimuxerError.ProfileInstall))