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

SCWindow requires macOS >= 13.1 because of isActive #49

Open
Brendonovich opened this issue Jun 16, 2024 · 0 comments
Open

SCWindow requires macOS >= 13.1 because of isActive #49

Brendonovich opened this issue Jun 16, 2024 · 0 comments

Comments

@Brendonovich
Copy link

While ScreenCaptureKit is available on >= 12.3, some APIs like isActive are only available on newer versions.
I'm still on macOS 12.5 and am unable to use SCWindow since it requires checking isActive, which causes a crash since the properly cannot be found.
I assume the solution would be to either raise the minimum macOS version requirement, conditionally expose the property depending on minimum macOS version of the crate this is being used in, or default to false for older macOS versions.

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

No branches or pull requests

1 participant