Verifies min/max OS version before downloading app + asks user to download older app version if necessary

This commit is contained in:
Riley Testut
2022-11-15 17:43:38 -06:00
committed by Magesh K
parent 9d5248e2e8
commit 76f8fc6d9a
2 changed files with 0 additions and 3 deletions

View File

@@ -40,7 +40,6 @@ struct VerificationError: ALTLocalizedError {
var errorTitle: String?
var errorFailure: String?
@Managed var app: AppProtocol?
var entitlements: [String: Any]?
var sourceBundleID: String?