Skip to content

Commit

Permalink
chore: add visionos to apple_platform_types (#679)
Browse files Browse the repository at this point in the history
Closes #677.
  • Loading branch information
cgrindel authored Oct 24, 2023
1 parent 760ae48 commit a419a19
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ apple_platform_types = struct(
macos = "macos",
ios = "ios",
tvos = "tvos",
visionos = "visionos",
watchos = "watchos",
all_values = [
"macos",
"ios",
"tvos",
"visionos",
"watchos",
],
)

0 comments on commit a419a19

Please sign in to comment.