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

Allows CustomDump to build on visionOS/xrOS #93

Merged
merged 1 commit into from
Jun 21, 2023

Conversation

rhysm94
Copy link
Contributor

@rhysm94 rhysm94 commented Jun 21, 2023

Currently, CustomDump cannot build for visionOS/xrOS, due to CLProximity and CLRegionState being marked unavailable on xrOS.
I've added the @available(xrOS, unavailable) attribute to these types to fix that.

@stephencelis
Copy link
Member

Thanks! Going to merge this but there's a little more work to do.

@stephencelis stephencelis merged commit 2751e27 into pointfreeco:main Jun 21, 2023
2 of 10 checks passed
@rhysm94 rhysm94 deleted the fix-for-xros branch June 21, 2023 22:50
@rhysm94 rhysm94 restored the fix-for-xros branch June 21, 2023 22:51
@rhysm94 rhysm94 deleted the fix-for-xros branch June 21, 2023 22:52
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.

None yet

2 participants