mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Verifies downloaded app’s SHA-256 checksum (if specified)
This commit is contained in:
@@ -109,6 +109,7 @@ class InstallAppOperationContext: AppOperationContext
|
||||
return temporaryDirectory
|
||||
}()
|
||||
|
||||
var ipaURL: URL?
|
||||
var resignedApp: ALTApplication?
|
||||
var installedApp: InstalledApp? {
|
||||
didSet {
|
||||
@@ -120,4 +121,8 @@ class InstallAppOperationContext: AppOperationContext
|
||||
var beginInstallationHandler: ((InstalledApp) -> Void)?
|
||||
|
||||
var alternateIconURL: URL?
|
||||
|
||||
// Non-nil when installing from a source.
|
||||
@AsyncManaged
|
||||
var appVersion: AppVersion?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user