Skip to content

Commit

Permalink
Apply visionOS condition to Platform.Darwin.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
freak4pc authored May 1, 2024
1 parent bfe5015 commit b06a8c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Platform/Platform.Darwin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +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

0 comments on commit b06a8c8

Please sign in to comment.