-
Notifications
You must be signed in to change notification settings - Fork 435
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
Implement initial support for visionOS. #391
base: master
Are you sure you want to change the base?
Conversation
Generated by 🚫 Danger |
Did you test it on real vision pro device? Cause RealityDevice14,1 seems like a wrong identifier for a real one: Check last comment:
|
@denandreychuk I live in EU and so am unable to get ahold of a physical device. (Would if I could) This PR is still a draft, if someone with an actual device could possibly join in that would be really great! |
For everyone who is wondering, the device name for the real Vision Pro is |
@denandreychuk Isn’t that the case when running in the “Vision Pro (made for iPad)” mode? This PR is intended for apps built specifically for visionOS without any iPadOS to visionOS translation. |
Oh, I see. Yeah, this is when the app running in compatible mode |
Implements initial support for visionOS. The goals is to have DeviceKit the current device as an "Apple Vision Pro" but not yet add any visionOS specific extra features.
Fixes #387