Skip to content

MacOS Cleaner v1.0.1

Choose a tag to compare

@AlexTkDev AlexTkDev released this 24 Jun 11:23

Fixed

  • Fixed Android Studio size calculation. Removed .img, .raw, and .qcow2 from global exclusions so Android SDK system images and AVDs are counted correctly.
  • Added a three-layer sparse file detection system (extension/name/directory checks, parent-chain validation, and automatic sparse ratio detection) to avoid false positives from Docker and OrbStack virtual disks.
  • Fixed duplicate developer components section in Expert Mode.

Changed

  • Refactored App Uninstaller and removed the legacy SharedComponent system.

  • Uninstaller now removes only application-owned data:

    • Application bundle (.app)
    • Preferences
    • Caches
    • Logs
    • Application Support
    • Containers
    • LaunchAgents
  • Developer infrastructure is no longer treated as removable application data.

Added

  • Added a dedicated Related Developer Data section in App Uninstaller.

  • Added an Open Smart Cleanup action for managing shared developer resources such as:

    • Android SDK
    • Gradle
    • Homebrew
    • Docker
    • Xcode DerivedData
    • iOS Simulators