mirror of
https://github.com/SideStore/SideStore.git
synced 2026-03-27 12:55:40 +01:00
Adds InstalledApp.installedDate
This commit is contained in:
@@ -56,6 +56,7 @@ class InstallAppOperation: ResultOperation<InstalledApp>
|
||||
else
|
||||
{
|
||||
installedApp = InstalledApp(resignedApp: resignedApp, originalBundleIdentifier: self.context.bundleIdentifier, context: backgroundContext)
|
||||
installedApp.installedDate = Date()
|
||||
}
|
||||
|
||||
installedApp.version = resignedApp.version
|
||||
|
||||
Reference in New Issue
Block a user