mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +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