Skip to content

Commit

Permalink
add os(visionOS) support (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruralharry authored Jul 8, 2024
1 parent 709e4f2 commit 98e3810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Yams/Representer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import Foundation

#if os(iOS) || os(macOS) || os(watchOS) || os(tvOS)
#if os(iOS) || os(macOS) || os(watchOS) || os(tvOS) || os(visionOS)
import Darwin
private let cpow: (_: Double, _: Double) -> Double = Darwin.pow
#elseif os(Windows)
Expand Down

0 comments on commit 98e3810

Please sign in to comment.