#4693 - Mark iOS 11 as dropped in the verions check coordinator (last supported release).

This commit is contained in:
Stefan Ceriu
2021-09-06 17:15:40 +03:00
committed by Stefan Ceriu
parent 8f46e037f2
commit 601adff5a4
3 changed files with 6 additions and 5 deletions
@@ -19,7 +19,7 @@ import Foundation
class VersionCheckCoordinator: Coordinator, VersionCheckBannerViewDelegate, VersionCheckAlertViewControllerDelegate {
private enum Constants {
static let osVersionToBeDropped = 11
static let hasOSVersionBeenDropped = false
static let hasOSVersionBeenDropped = true
static let supportURL = URL(string: "https://support.apple.com/en-gb/guide/iphone/iph3e504502/ios")
}