mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-18 03:03:31 +01:00
Logs sideloading-related events with OSLog
This commit is contained in:
@@ -37,6 +37,8 @@ final class RemoveAppOperation: ResultOperation<InstalledApp>
|
||||
return self.finish(.failure(OperationError.invalidParameters("RemoveAppOperation.main: self.context.installedApp is nil")))
|
||||
}
|
||||
|
||||
Logger.sideload.notice("Removing app \(self.context.bundleIdentifier, privacy: .public)...")
|
||||
|
||||
installedApp.managedObjectContext?.perform {
|
||||
let resignedBundleIdentifier = installedApp.resignedBundleIdentifier
|
||||
|
||||
|
||||
Reference in New Issue
Block a user