Skip to content

Instantly share code, notes, and snippets.

@jleedev
Created March 30, 2018 01:16
Show Gist options
  • Save jleedev/5b05bfc89892bfc989381551ac22a51f to your computer and use it in GitHub Desktop.
Save jleedev/5b05bfc89892bfc989381551ac22a51f to your computer and use it in GitHub Desktop.
Library/LaunchDaemons/delete.stupid.apple.garbage.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>delete.stupid.apple.garbage</string>
<key>Program</key>
<string>/bin/sh</string>
<key>ProgramArguments</key>
<array>
<string>sh</string>
<string>-c</string>
<string>&gt;/System/Library/Caches/com.apple.coresymbolicationd/data</string>
</array>
<key>StartCalendarInterval</key>
<dict>
<key>Weekday</key>
<integer>0</integer>
</dict>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment