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
FYI there appear to be new settings for kScreenCapturePrivacyHintDate and kScreenCapturePrivacyHintPolicy that seem to control the new Control Center notices (i.e. "Is Accessing Your Screen") that add another annoyance.
And there's a bug right now if your kScreenCapturePrivacyHintDate is in the past, it doesn't update it and instead just shows the new notice EVERY TIME you take a screenshot and start recording.
I was able to successfully set kScreenCapturePrivacyHintDate to a date a year in the future and that is working so far.
Just a heads up if you think it's worth updating this script to avoid this annoyance too... if I can get some time I will see if I can mod the script...
The kScreenCapturePrivacyHintPolicy appears to be the interval of the notices, might be able to set that to more than 30 days (2592000) ... I just can't confirm because of the bug where it won't update the kScreenCapturePrivacyHintDate when it shows an alert (thus the privacy hint spams you).
FYI there appear to be new settings for
kScreenCapturePrivacyHintDate
andkScreenCapturePrivacyHintPolicy
that seem to control the new Control Center notices (i.e. "Is Accessing Your Screen") that add another annoyance.And there's a bug right now if your
kScreenCapturePrivacyHintDate
is in the past, it doesn't update it and instead just shows the new notice EVERY TIME you take a screenshot and start recording.I was able to successfully set
kScreenCapturePrivacyHintDate
to a date a year in the future and that is working so far.Just a heads up if you think it's worth updating this script to avoid this annoyance too... if I can get some time I will see if I can mod the script...
The
kScreenCapturePrivacyHintPolicy
appears to be the interval of the notices, might be able to set that to more than 30 days (2592000
) ... I just can't confirm because of the bug where it won't update thekScreenCapturePrivacyHintDate
when it shows an alert (thus the privacy hint spams you).Here is the plist for CleanShot:
The text was updated successfully, but these errors were encountered: