mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
#4693 - Drop iOS 11 support.
This commit is contained in:
committed by
Stefan Ceriu
parent
9ed36b1690
commit
ef3fb0433e
@@ -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")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user