From a47456a9f84b299660fd7f4e0debd6484180ed05 Mon Sep 17 00:00:00 2001 From: Fatin Wasta Date: Sun, 1 Mar 2026 11:01:07 +0530 Subject: [PATCH] updated README.md --- README.md | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e94d82d --- /dev/null +++ b/README.md @@ -0,0 +1,79 @@ +# CacheDrop + +**Clean IDE cache effortlessly on macOS** + +CacheDrop is a simple macOS utility that helps you identify and remove cached IDE data and build artifacts β€” saving disk space and improving performance. + +It’s designed as a local utility tool with a straightforward UI and zero server dependencies. + +--- + +## ✨ What It Does + +- Detects IDE cache directories (Xcode, Android Studio) +- Provides a one-click clean option +- Shows cache size before deletion +- Keeps your disk clean without manual search & delete + +--- + +## 🎯 Why Use It + +Development environments accumulate large caches over time. + +CacheDrop helps you: + +- Reclaim space quickly +- Prevent project build slowdowns +- Reduce unnecessary storage usage + +--- + +## βš™οΈ How It Works + +1. Launch CacheDrop +2. View total ca che size +3. Click β€œClean” to remove selected caches + +No complex configuration. No need to open Finder manually. + +--- + +## πŸ›  Architecture + +Built with: + +- SwiftUI for UI +- Combine for reactive state +- Modern macOS APIs for file operations +- Scalable to more IDEs as per your need + +No network. No background daemons. +Just a simple app to clean caches. + +--- + +## πŸ“¦ Requirements + +- macOS 13+ +- Xcode 15+ +- Swift 5.9+ + +--- + +## πŸ›‘ Permissions + +CacheDrop may request: + +- Full disk access (optional, if you target system IDE caches) +- User-selected folder access (via open panel) + +It **does not**: +- Send any data externally +- Include analytics + +--- + +## πŸ“ž Support + +Report bugs or feature requests on the **Issues** tab.