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

Fix Xcode 15 compilation errors about availability attributes on… #14

Closed
wants to merge 1 commit into from

Conversation

kielgillard
Copy link

…stored properties by making those properties computed and privately storing their getters. Fixes #13.

…ed properties by making those properties computed and privately storing their getters. Fixes Miiha#13.
@kielgillard
Copy link
Author

kielgillard commented Jul 18, 2023

This PR is still a work in progress, it does not compile for tvOS. I am open to feedback.

@kielgillard kielgillard marked this pull request as draft July 18, 2023 02:01
@Miiha
Copy link
Owner

Miiha commented Sep 6, 2023

Hi @kielgillard, thanks for your PR.
I also took a look at the tvOS support.
Marking stored properties as unavailable is in the current setup of the library quite crucial.
But I haven't yet found a solution how this can be solved in an elegant way.

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.

Xcode 15 compilation error
2 participants