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

More perfect cleaning

This commit is contained in:
Tw93
2025-12-06 12:53:16 +08:00
parent 3b59920bab
commit d4600f6623
2 changed files with 21 additions and 2 deletions

View File

@@ -142,6 +142,7 @@ clean_dev_mobile() {
# Removes old and unused local iOS simulator data from old unused runtimes
# Can free up significant space (70GB+ in some cases)
if command -v xcrun > /dev/null 2>&1; then
debug_log "Checking for unavailable Xcode simulators"
clean_tool_cache "Xcode unavailable simulators" xcrun simctl delete unavailable
note_activity
fi