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

@@ -118,7 +118,7 @@ final class BackgroundRefreshAppsOperation: ResultOperation<[String: Result<Inst
if #available(iOS 17, *) {
// TODO: iOS 17 and above have a new JIT implementation that is completely broken in SideStore :(
} else {
start_auto_mounter(documentsDirectory)
startAutoMounter(documentsDirectory)
}
self.managedObjectContext.perform {