Hi, Is it possible to disable thePointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)Warning in Xcode?I tried using-Wno-nullability-completenessbut to no effect
Post
Replies
Boosts
Views
Activity
Is there an API in macOS to detect when another app is capturing the screen. My goal is specifically to detect when apps like zoom, chrome, safari are capturing the screen for sharing during a call.