From e56302aae2b14a7fed09f9335e2cbc5006a1cfaf Mon Sep 17 00:00:00 2001 From: Joel Arvidsson Date: Tue, 24 Sep 2024 22:40:59 +0200 Subject: [PATCH] Update instructions on iOS 18 (#295) --- Shared/Views/InstructionsView.swift | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/Shared/Views/InstructionsView.swift b/Shared/Views/InstructionsView.swift index 4640016..49a2f57 100644 --- a/Shared/Views/InstructionsView.swift +++ b/Shared/Views/InstructionsView.swift @@ -67,14 +67,12 @@ struct InstructionsView: View { imageName: "Safari", label: Text("Tap ") + - Text("Safari").bold() + - Text(", then ") + Text( - ProcessInfo().operatingSystemVersion.majorVersion >= 15 - ? "Extensions" - : "Content Blockers" - ).bold() - ) + (ProcessInfo().operatingSystemVersion.majorVersion >= 18 + ? "Apps → " : "") + "Safari → " + (ProcessInfo().operatingSystemVersion.majorVersion >= 15 + ? "Extensions" + : "Content Blockers")).bold( + )) Instruction( imageName: "Toggle", label: