From 09e9321283cf3b80fb75c67e5be028fb56d6e857 Mon Sep 17 00:00:00 2001 From: Ty Irvine <39813066+tyirvine@users.noreply.github.com> Date: Sun, 30 Mar 2025 14:19:18 -0600 Subject: [PATCH] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 576174d..cd837ae 100644 --- a/README.md +++ b/README.md @@ -24,23 +24,22 @@ macOS 15.1 made a change to replayd whereby upon each invocation of an app that v1.3.0 of this script added a workaround for this: an option to install a LaunchAgent which runs every 24h and keeps the timestamps updated. This ensures that nags are kept hidden even as apps are used or if your system clock abruptly changes. -## Setup +## How to Setup and Use 1. Download the latest [release][4]. 2. Open a Terminal and type `cd ~/Downloads` to navigate to the directory which should contain the file you just downloaded. 3. Remove the quarantine flag which probably exists on the file: `xattr -d com.apple.quarantine screencapture-nag-remover.sh` 4. Make the script executable: `chmod a+x screencapture-nag-remover.sh` -5. Place that `screencapture-nag-remover.sh` file somewhere in your `$PATH` (I suggest `/usr/local/bin` if you're unsure) -6. You are now ready to run the program! - -## Use +5. You are now ready to run the program! Open a Terminal and run: ``` -screencapture-nag-remover.sh +./screencapture-nag-remover.sh ``` +## Access and Flags + Full Disk Access is required so the protected plist file can be accessed. The program will check to ensure FDA has been granted. If it hasn't, the relevant System Settings panel will be opened. With no arguments, it will iterate over any apps which have requested screencapture permissions and set the nag date for each to 100 years in the future. That _should_ prevent you from seeing the nag again.