1 comments

  • kovallux 9 hours ago

    I built Dev Cleanup Utility to clean Xcode leftovers on macOS (DerivedData, caches, simulator/device artifacts) with safer defaults and review-before-delete flow.

    I made it after repeatedly hitting disk pressure during iOS/macOS development. Main goal: reclaim storage quickly without accidental “too much cleanup”.

    I’d especially like feedback on: - which cleanup categories should be opt-in by default, - what trust/safety signals are missing, - and what would make this a daily developer tool.