diff --git a/Podfile.lock b/Podfile.lock index ddce94f36..2f64375ec 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -37,7 +37,7 @@ PODS: - DTFoundation/Core - DTFoundation/UIKit (1.7.18): - DTFoundation/Core - - ffmpeg-kit-ios-audio (4.4) + - ffmpeg-kit-ios-audio (4.4.LTS) - FLEX (4.4.1) - FlowCommoniOS (1.10.0) - GBDeviceInfo (6.6.0): @@ -189,7 +189,7 @@ SPEC CHECKSUMS: DSWaveformImage: 3c718a0cf99291887ee70d1d0c18d80101d3d9ce DTCoreText: ec749e013f2e1f76de5e7c7634642e600a7467ce DTFoundation: a53f8cda2489208cbc71c648be177f902ee17536 - ffmpeg-kit-ios-audio: ddfc3dac6f574e83d53f8ae33586711162685d3e + ffmpeg-kit-ios-audio: 1c365080b8c76aa77b87c926f9f66ac07859b342 FLEX: 7ca2c8cd3a435ff501ff6d2f2141e9bdc934eaab FlowCommoniOS: bcdf81a5f30717e711af08a8c812eb045411ba94 GBDeviceInfo: ed0db16230d2fa280e1cbb39a5a7f60f6946aaec @@ -219,6 +219,6 @@ SPEC CHECKSUMS: zxcvbn-ios: fef98b7c80f1512ff0eec47ac1fa399fc00f7e3c ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb -PODFILE CHECKSUM: f9dc9d7fa1edb054941ecb97326eb31a900d2b13 +PODFILE CHECKSUM: 7a2c462b09e09029983e15c0e4ad8dcf4d68df69 -COCOAPODS: 1.10.1 +COCOAPODS: 1.10.2 diff --git a/Riot/Modules/Home/VersionCheck/VersionCheckCoordinator.swift b/Riot/Modules/Home/VersionCheck/VersionCheckCoordinator.swift index 5f477106e..702da5339 100644 --- a/Riot/Modules/Home/VersionCheck/VersionCheckCoordinator.swift +++ b/Riot/Modules/Home/VersionCheck/VersionCheckCoordinator.swift @@ -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") } diff --git a/changelog.d/4693.change b/changelog.d/4693.change new file mode 100644 index 000000000..8d7c351ea --- /dev/null +++ b/changelog.d/4693.change @@ -0,0 +1 @@ +Mark iOS 11 as deprecated and show different version check alerts. \ No newline at end of file