Skip to content

Commit

Permalink
feat: report visionOS as OS attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
kkostov committed Feb 12, 2024
1 parent 222fc7e commit 5f5b3b3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ final class SimpleFeedbackFormViewModel: ObservableObject {
return "watchOS"
#elseif os(tvOS)
return "tvOS"
#elseif os(visionOS)
return "visionOS"
#else
return "Unknown Operating System"
#endif
Expand Down

0 comments on commit 5f5b3b3

Please sign in to comment.