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

Enable visionOS support for all APIs #752

Merged
merged 1 commit into from
Feb 10, 2024
Merged

Conversation

zachwaugh
Copy link
Contributor

Package support for visionOS was enabled in #743, but almost all the APIs were not specifically enabled for visionOS, so it wasn't really usable when updating my iOS app to run natively on visionOS. This enables visionOS everywhere iOS is enabled with a single exception (UIScreen isn't available on visionOS).

visionOS should generally be enabled anywhere iOS is enabled with the exception of a few APIs not available
@kean
Copy link
Owner

kean commented Feb 10, 2024

Thanks, @zachwaugh. I appreciate you taking the time to put a PR together.

@kean kean merged commit f73c59c into kean:main Feb 10, 2024
8 checks passed
@zachwaugh zachwaugh deleted the visionos-support branch February 12, 2024 16:52
@zachwaugh
Copy link
Contributor Author

@kean no problem, thanks for the library! The one thing I didn't get a chance to add here though was enabling visionOS for all the Xcode project targets as well as in CI. I can't take a look at that when I get some time unless you or someone else gets to it sooner.

@kean
Copy link
Owner

kean commented Feb 12, 2024

enabling visionOS for all the Xcode project targets as well as in CI

Yeah, they're still a few more steps, including updating the scripts that create xcframework binaries. I wanted to tackle it, but it looks like you need an Xcode beta to do it, which I don't have on my machine.

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

Successfully merging this pull request may close these issues.

2 participants