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

Mark visionOS unavailable for Bindable #6

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

schrismartin
Copy link
Contributor

@schrismartin schrismartin commented Jan 11, 2024

For some reason, when building the project for visionOS, Bindable isn't properly gated from compiling, but attempting to reference itself fails.

In order to get swift-perception running on visionOS, we need to mark Bindable as @available(visionOS, unavailable).

Since targeting visionOS is equivalent to targeting iOS 17+, I don't see a reason this shadowed type should ever need to be exposed on visionOS.

CleanShot 2024-01-11 at 15 10 06@2x

@schrismartin schrismartin changed the title Mark visionOS unavailable for Binding Mark visionOS unavailable for Bindable Jan 11, 2024
@stephencelis
Copy link
Member

Thanks!

@stephencelis stephencelis merged commit 14ac2d3 into pointfreeco:main Jan 12, 2024
1 check passed
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