We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The package doesn't compile with destination Apple Vision Pro (Apple Vision Pro(Designed for iPad) is no problem.
Coordinate.swift:
#if os(OSX) || os(iOS) import Darwin #elseif os(Linux) import Glibc #endif
Maybe this is enough:
#if os(OSX) || os(iOS) || os(visionOS) import Darwin #elseif os(Linux) import Glibc #endif
The text was updated successfully, but these errors were encountered:
Thanks, @GerdC!
Could you create a PR for this?
Sorry, something went wrong.
Never did that, but I'll try
Added a fix in PR #5
Perfect! Published as 0.2.1.
No branches or pull requests
The package doesn't compile with destination Apple Vision Pro
(Apple Vision Pro(Designed for iPad) is no problem.
Coordinate.swift:
Maybe this is enough:
The text was updated successfully, but these errors were encountered: