-
-
Notifications
You must be signed in to change notification settings - Fork 311
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 #239
visionOS support #239
Conversation
Awesome work, @maximality. You got much further than I did when I tried to get it to work on visionOS. I think we could get this merged in this state and get more folks to contribute and iterate on it. There are some issues with the way the current components work on visionOS. For example, if definitely needs a wider log list, reworked controls, and an improved response body viewer. Unfortunately, I'm not an expert on the visionOS design, so I don't what the solution will be. Maybe it could take more cues from the tvOS components in Pulse. What are your plans for this PR in particular and visionOS support in general? Would you like to continue pushing it forward? Btw, I've been in the museum from your profile photo 👋 |
Hey, @kean!
Well, for now I just use it as in this PR in my project and it does it's job.
Haha, awesome, small world! |
I think it looks pretty good! only thing I see can be an issue is the blue text in the top left |
I reviewed the changes and it seems to be good to merge. Thanks for investing your time in this PR, @maximality. It was quite a lot of work, and I appreciate it. If you'd like to continue working on it, your contributions are welcome, and I'll try to provide fast code reviews. |
There was a merge conflict, so I created a separate PR with a fix, and it is now merged #249. |
Thanks @kean ! |
Are there plans to merge VisionOS support? |
The current version of the Pulse library does not support the visionOS target, resulting in Xcode generating an error when attempting to build our project with a Pulse dependency for visionOS.
I've decided to fix it. Tested the demo app – works and looks good!