Warning
- Chinotto is currently in active development (alpha build, not feature-complete).
- Chinotto currently does not run in an App Sandbox.
- Built for Xcode 15, may not work as expected for older Xcode versions
- Use at your own risk =)
Notes
- Most of the functionality is currently in
CoreSimulator/Devices
, where you can inspect individual devices.
A sweet little tool for managing the bitter taste of Xcode using up your Mac's storage space.
- Checkout latest commit on
/main
branch. - Go to the project's
Chinotto.xcconfig
(DEBUG configuration) file, and replace placeholder values with your own Team ID and bundle id prefix for code-signing. - Build and run via Xcode 15 on macOS 14.0 (or higher).
- Click the "Calculate" button on "All Directories" or on an individual directory.
- That's it!
- You can use Spotlight and search for "Chinotto" for subsequent launches, if you wish to bypass Xcode.
Feel free to suggest new features, file bug reports, or provide feedback in the issues tracker 😀
- Remember: Go to the project's
Chinotto.xcconfig
(DEBUG configuration) file, and replace placeholder values with your own Team ID and bundle id prefix for code-signing.
One of the pain points of using macOS is seeing half of your Mac's storage consumed by some unknown force called "System Data". Apple does provide some tools in System Settings to help manage this issue, but it could be much better, especially for Xcode users.
This is where Chinotto can help.
System Settings (System Preferences) does not accurately report Xcode's actual disk space usage. For example, on my MacBook Air M1 (256 GB/8 GB) running Sonoma, Storage reports Developer
uses 23.7 GB of disk space, but if we run Chinotto, we find that the actual usage is at 97.45 GB, which is more than 4x the system's reported value.
System Settings:
Chinotto:
Finder:
- Finder reports the same values as Chinotto.
So who cares, as long as you still have storage left at the end of the day? Well, if you are using a base model Apple Silicon Mac with 256 GB storage and 8 GB RAM, your applications will most likely be heavily relying on memory swap. This is quite fine, until your Mac only has about 10-20% of its full storage capacity left, then for whatever reason, Apple Silicon starts to drain your Mac's battery faster than an Intel Mac. This is not great, and to be honest, unacceptable, given Apple's claims that base model Macs are "efficient" [see claim here] (https://www.macrumors.com/2023/11/08/8gb-ram-m3-macbook-pro-like-16-gb-pc/).
Here’s some prior art (non-exhaustive list), check them out if Chinotto doesn’t meet your needs! 🥹
- Xcode Trash Remover https://github.com/FrankKair/xcode-trash-remover
- Xcode Dev Cleaner https://github.com/vashpan/xcode-dev-cleaner
- Cleaner for Xcode https://github.com/waylybaye/XcodeCleaner-SwiftUI