Skip to content

Commit 37c7e46

Browse files
committed
add missing vision os case to Client.swift.twig
1 parent d33f0a5 commit 37c7e46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/apple/Sources/Client.swift.twig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,8 @@ extension Client {
542542
return "tvos"
543543
#elseif os(macOS)
544544
return "macos"
545+
#elseif os(visionOS)
546+
return "visionos"
545547
#elseif os(Linux)
546548
return "linux"
547549
#elseif os(Windows)

0 commit comments

Comments
 (0)