Skip to content
New issue

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

Please suport visionOS #443

Open
GerdC opened this issue Jan 28, 2024 · 0 comments
Open

Please suport visionOS #443

GerdC opened this issue Jan 28, 2024 · 0 comments

Comments

@GerdC
Copy link

GerdC commented Jan 28, 2024

Please suport visionOS.

in file Device.swift, there is a line

#elseif os(iOS) || os(tvOS)

Probably it is sufficient to change it to

#elseif os(iOS) || os(tvOS) || os(visionOS)

To reproduce and test the problem, compile with destination "Apple Vision Pro", not with destination "Apple Vision Pro(designed for iPad)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant