1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 22:39:42 +00:00

More thoughtful consideration

This commit is contained in:
Tw93
2025-12-06 21:12:02 +08:00
parent 6c32a013f7
commit e7fd73302d
4 changed files with 22 additions and 20 deletions

View File

@@ -205,12 +205,12 @@ clean_application_support_logs() {
# Direct path access is fast and won't cause performance issues
# Add new containers here as users report them
local known_group_containers=(
"group.com.apple.contentdelivery" # Issue #104: Can accumulate 4GB+ in Library/Logs/Transporter
"group.com.apple.contentdelivery" # Issue #104: Can accumulate 4GB+ in Library/Logs/Transporter
)
for container in "${known_group_containers[@]}"; do
local container_path="$HOME/Library/Group Containers/$container"
# Check both direct Logs and Library/Logs patterns
if [[ -d "$container_path/Logs" ]]; then
debug_log "Scanning Group Container: $container/Logs"