Skip to content

Commit b06a8c8

Browse files
authored
Apply visionOS condition to Platform.Darwin.swift
1 parent bfe5015 commit b06a8c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Platform/Platform.Darwin.swift

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
77
//
88

9-
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS)
10-
9+
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
1110
import Darwin
1211
import Foundation
1312

0 commit comments

Comments
 (0)