-
Notifications
You must be signed in to change notification settings - Fork 726
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
VisionOS Support #3320
Comments
Yes, I've already started to look into this. I'm actually looking into what it would take to get The only other barrier so far is that |
Bumping for visionOS support |
The Nimble dependency update has been done, I believe it's SQLite we're still waiting on. |
@calvincestari Is the SQLite dependency a binary? |
No, we use the source package. visionOS needs to be declared in their list of supported platforms as well as any required changes that comes from enabling that. |
Oh I see. You're simply wrapping the C lib with a Swift frontend. Is there an ETA on this? My options are wait or fork it |
I've got a PR up to add support to SQLite.swift right here. I can't tell you how long until they respond to me, but I did ping them today to ask for some eyes on it. |
Where does this stand? @calvincestari |
We are still waiting on SQLite.swift. As soon as that is merged in, I will finish this up! |
Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo iOS usage and allow us to serve you better. |
Use case
Can we get support for being able to use Apollo on VisionOS? We'd like to be able to run queries against our graph on that Apple platform.
Describe the solution you'd like
I looked through the code and there isn't anything that's platform specific. Everything Apollo uses is available on VisionOS (with the exception of SQLite), so it shouldn't be more then adding it to the supported platforms list in the Package manifest.
The text was updated successfully, but these errors were encountered: