Added paths to app cleaner guide closing #17

This commit is contained in:
Sun Knudsen 2021-01-04 11:46:01 -05:00
parent b4edac1bed
commit c4977da321
No known key found for this signature in database
GPG Key ID: 1FA767862BBD1305
3 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Title: How to clean uninstall macOS apps using AppCleaner open source alternative Title: How to clean uninstall macOS apps using AppCleaner open source alternative
Description: Learn how to clean uninstall macOS apps using AppCleaner open source alternative. Description: Learn how to clean uninstall macOS apps using AppCleaner open source alternative.
Author: Sun Knudsen <https://github.com/sunknudsen> Author: Sun Knudsen <https://github.com/sunknudsen>
Contributors: Sun Knudsen <https://github.com/sunknudsen> Contributors: Sun Knudsen <https://github.com/sunknudsen>, Jona Fellisch <https://github.com/jonafe>
Reviewers: Reviewers:
Publication date: 2020-09-21T15:50:15.415Z Publication date: 2020-09-21T15:50:15.415Z
Listed: true Listed: true

View File

@ -63,15 +63,18 @@ sleep 1
locations=( locations=(
"$home_dir/Library" "$home_dir/Library"
"$home_dir/Library/Application Scripts"
"$home_dir/Library/Application Support" "$home_dir/Library/Application Support"
"$home_dir/Library/Application Support/CrashReporter" "$home_dir/Library/Application Support/CrashReporter"
"$home_dir/Library/Containers" "$home_dir/Library/Containers"
"$home_dir/Library/Caches" "$home_dir/Library/Caches"
"$home_dir/Library/HTTPStorages"
"$home_dir/Library/Group Containers" "$home_dir/Library/Group Containers"
"$home_dir/Library/Internet Plug-Ins" "$home_dir/Library/Internet Plug-Ins"
"$home_dir/Library/LaunchAgents" "$home_dir/Library/LaunchAgents"
"$home_dir/Library/Logs" "$home_dir/Library/Logs"
"$home_dir/Library/Preferences" "$home_dir/Library/Preferences"
"$home_dir/Library/Preferences/ByHost"
"$home_dir/Library/Saved Application State" "$home_dir/Library/Saved Application State"
"$home_dir/Library/WebKit" "$home_dir/Library/WebKit"
"/Library" "/Library"
@ -84,6 +87,7 @@ locations=(
"/Library/LaunchDaemons" "/Library/LaunchDaemons"
"/Library/Logs" "/Library/Logs"
"/Library/Preferences" "/Library/Preferences"
"/Library/PrivilegedHelperTools"
"/private/var/db/receipts" "/private/var/db/receipts"
"/usr/local/bin" "/usr/local/bin"
"/usr/local/etc" "/usr/local/etc"