Skip to content

Commit

Permalink
Add support for visionOS (#2543)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertDresler authored Sep 20, 2023
1 parent 2ff073f commit 939edca
Show file tree
Hide file tree
Showing 4 changed files with 207 additions and 42 deletions.
2 changes: 1 addition & 1 deletion Platform/Platform.Darwin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
//

#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS)
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)

import Darwin
import Foundation
Expand Down
Loading

0 comments on commit 939edca

Please sign in to comment.