Skip to content

Commit

Permalink
Include visionOS
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenTiigi committed Jan 28, 2024
1 parent 91103be commit 75b4b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Extensions/Text+WhatsNewText.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extension Text {
whatsNewText: WhatsNew.Text
) {
// Check if iOS 15 or greater is available
if #available(iOS 15.0, macOS 12.0, *) {
if #available(iOS 15.0, macOS 12.0, visionOS 1.0, *) {
// Initialize with AttributedString
self.init(
AttributedString(
Expand Down

0 comments on commit 75b4b60

Please sign in to comment.