Skip to content

Commit

Permalink
Update instructions on iOS 18 (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador authored Sep 24, 2024
1 parent 5c7fbf5 commit e56302a
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions Shared/Views/InstructionsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e56302a

Please sign in to comment.