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

[FEATURE] Support for visionOS #770

Open
svenopdehipt opened this issue Mar 14, 2024 · 2 comments
Open

[FEATURE] Support for visionOS #770

svenopdehipt opened this issue Mar 14, 2024 · 2 comments

Comments

@svenopdehipt
Copy link

Is it possible to add support for visionOS (not just the iPad app)?

@strongbox-mark
Copy link
Member

Hi, I believe it already works on visionOS, or so we've been told...

@svenopdehipt
Copy link
Author

Yes the iPad it is working. I asked I if would be possible to have a native app for visionOS. If you have a multiplatform app you can just add visionOS as a platform. If all dependencies are compatible, it should just compile. If you have some code which is specially marked for iOS (with #if os(iOS)) you can replace it with #if os(iOS) || os(visionOS). I could also be that you have to change some code for visionOS (but most iOS system libs are available for visionOS). I would have tested it and created a pull request, but you mentioned it shouldn't be done and you haven't included the Xcode files so it's not so easy to test it.

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

2 participants