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

Mac Sequoia 15.1 Deprecation of CGPreflightScreenCaptureAccess #160

Open
tance77 opened this issue Oct 21, 2024 · 1 comment
Open

Mac Sequoia 15.1 Deprecation of CGPreflightScreenCaptureAccess #160

tance77 opened this issue Oct 21, 2024 · 1 comment

Comments

@tance77
Copy link

tance77 commented Oct 21, 2024

Starting with macOS Sequoia 15.1, Apple has begun notifying users that apps utilizing CGScreenCapture may appear to be attempting to bypass security settings. However, this is a misleading message. In reality, Apple is prompting developers to update their apps to use the new ScreenCaptureKit API to better handle screen capture permissions.

If you're working with a library that uses CGScreenCapture, it’s possible that it could also be affected by this change. To avoid these warnings and ensure compatibility, developers should transition to using ScreenCaptureKit as outlined in Apple's documentation:

https://developer.apple.com/documentation/updates/screencapturekit#ScreenCaptureKit

Screenshot 2024-10-21 at 9 02 42 AM

I'm not too familiar with the topic but found these results. I think this library may suffer from the change as well.

@louis030195
Copy link
Contributor

louis030195 commented Nov 20, 2024

if anyone willing to implement screencapture-kit i can create a paid bounty for it (we use xcap in https://github.com/mediar-ai/screenpipe)

DM on @louis030195 on discord or X

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

2 participants