You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
https://developer.apple.com/documentation/updates/screencapturekit#ScreenCaptureKit
I'm not too familiar with the topic but found these results. I think this library may suffer from the change as well.
The text was updated successfully, but these errors were encountered: