Remove iOS 13/14 checks from Template/Onboarding/Authentication.

This commit is contained in:
Doug
2022-05-10 11:23:42 +01:00
committed by Doug
parent 2e46fea59c
commit c2d9f7318f
111 changed files with 44 additions and 213 deletions
@@ -16,7 +16,6 @@
import SwiftUI
@available(iOS 14.0, *)
/// A button used for the Use Case selection.
struct OnboardingUseCaseButton: View {
@@ -48,7 +47,6 @@ struct OnboardingUseCaseButton: View {
}
}
@available(iOS 14.0, *)
struct Previews_OnboardingUseCaseButton_Previews: PreviewProvider {
static var previews: some View {
OnboardingUseCaseButton(title: VectorL10n.onboardingUseCaseWorkMessaging,
@@ -16,7 +16,6 @@
import SwiftUI
@available(iOS 14.0, *)
/// The screen shown to a new user to select their use case for the app.
struct OnboardingUseCaseSelectionScreen: View {
@@ -116,7 +115,6 @@ struct OnboardingUseCaseSelectionScreen: View {
// MARK: - Previews
@available(iOS 14.0, *)
struct OnboardingUseCase_Previews: PreviewProvider {
static let stateRenderer = MockOnboardingUseCaseSelectionScreenState.stateRenderer