Adds InstalledApp.installedDate

This commit is contained in:
Riley Testut
2020-01-21 16:49:38 -08:00
parent 301d7261c2
commit 7fb79f558d
4 changed files with 7 additions and 1 deletions

View File

@@ -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