MacOS Cleaner v1.0.1
Fixed
- Fixed Android Studio size calculation. Removed
.img,.raw, and.qcow2from 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
- Application bundle (
-
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