Skip to content

Releases: recepzgrmh/Mac-Developer-Cleaner

DevReclaim v1.1.4

Choose a tag to compare

@recepzgrmh recepzgrmh released this 20 Apr 10:24

Developer ID signed and notarized. Gatekeeper will accept without any manual override.

DevReclaim v1.1.3

Choose a tag to compare

@recepzgrmh recepzgrmh released this 17 Apr 07:56

What's fixed

  • DMG now opens normally — removed bless --openfolder which caused the installer window to open in an unexpected way
  • Gatekeeper guidance — DMG includes a "How to Open.txt" with first-launch instructions

First Launch

DevReclaim is ad-hoc signed (no Apple Developer ID). On first open:

Option 1: Right-click DevReclaim.appOpen → Open

Option 2 (Terminal):

xattr -cr /Applications/DevReclaim.app

This is a one-time step. After that the app opens normally.

DevReclaim v1.1.2

Choose a tag to compare

@recepzgrmh recepzgrmh released this 16 Apr 18:37

DevReclaim v1.1.2

DevReclaim is a native macOS cleaner focused on developer environments.
It helps reclaim disk space from common development artifacts such as Xcode DerivedData, npm/yarn/pnpm caches, CocoaPods leftovers, Gradle files, and Flutter/Dart build data.

Highlights

  • Improved release packaging pipeline for a cleaner macOS distribution flow.
  • App bundle now includes proper icon metadata and icon resources.
  • Updated project README with clearer onboarding, download instructions, and developer-focused positioning.
  • Added clearer build/package guidance for maintainers.

Why DevReclaim

  • Native SwiftUI app (lightweight, no Electron overhead)
  • Developer-first cleanup targets
  • Safety-aware cleanup behavior
  • Audit-friendly workflow

Download

  • Asset: DevReclaim_v1.1.2.dmg
  • SHA-256: 697eeefadcc0f63a631911c45027089c3352b61ce2f3036b8806be3c54a1f3f0

Notes

  • Platform: macOS 14+
  • Built from commit: 9fed458

DevReclaim v1.1.0

Choose a tag to compare

@recepzgrmh recepzgrmh released this 16 Apr 18:23

DevReclaim v1.1.0

Bu sürüm, uygulamanın tarama akışını ve genel kullanıcı deneyimini ciddi şekilde iyileştiriyor.

Neler Yeni

  • Baştan sona yenilenmiş tarama ve reclaim akışı.
  • İlk açılış deneyimi için yeni onboarding ekranı.
  • Yeni Settings ekranı ile yapılandırma seçenekleri.
  • Yeni About ekranı.
  • Uygulama simgesi ve asset set güncellemeleri.
  • Tarama performansı için cache/store iyileştirmeleri.
  • Doğrudan silme executor desteği ve execution flow güncellemeleri.
  • History/overview/dashboard tarafında kullanılabilirlik iyileştirmeleri.
  • Scanner test kapsamı genişletildi.

Dağıtım Notu

  • Bu release macOS 14+ için paketlenmiştir.
  • İndirilecek dosya: DevReclaim_v1.1.0.dmg

Commit

  • 24523d7 — feat: revamp scanner flow and add onboarding/settings