From ca49733cb5b4c67d58f19c7be43fd6a321a4e505 Mon Sep 17 00:00:00 2001
From: Alin Lupascu
Date: Fri, 2 Aug 2024 22:14:43 -0600
Subject: [PATCH 1/2] Update README.md
---
README.md | 15 +++------------
1 file changed, 3 insertions(+), 12 deletions(-)
diff --git a/README.md b/README.md
index cc120a6..97fd558 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
Status: Maintained
- Version: 3.8.2
+ Version: 3.8.3
Download
ยท
@@ -16,15 +16,6 @@
-> [!NOTE]
-> Pearcleaner is now signed/notarized with an Apple Developer account.
->
-> ### Updating Pearcleaner to the signed/notarized version
-> Any app on version `v3.7.6 and below` that used the old unsigned certificate had its authorization revoked when I switched to signing/notarizing the app with a valid apple certificate. With this in mind, the auto-updater built-in to the app and homebrew updating will likely not work. This will require you to manually remove the old app and download the latest version from GitHub to get to the signed version successfully.
->
-> ### Permissions alert on the signed/notarized version
-> You might need to fully remove and re-add Pearcleaner in the Accessibility and Full Disk Access permissions panes using the -/+ buttons if you get a permissions error on launch. Toggling the permission off and on doesn't register unfortunately as macOS sees these as two separate apps now since the certificates are different. Use the permissions checker in the Pearcleaner general settings tab to navigate to these locations quickly to make these changes.
-
A free, source-available and fair-code licensed mac app cleaner inspired by [Freemacsoft's AppCleaner](https://freemacsoft.net/appcleaner/) and [Sun Knudsen's Privacy Guides](https://sunknudsen.com/privacy-guides/how-to-clean-uninstall-macos-apps-using-appcleaner-open-source-alternative) post on his app-cleaner script.
This project was born out of wanting to learn more on how macOS deals with app installation/uninstallation and getting more Swift experience. If you have suggestions I'm open to hearing them, submit a feature request!
@@ -42,8 +33,8 @@ This project was born out of wanting to learn more on how macOS deals with app i
## Features
- Signed/notarized
- Swift/SwiftUI
-- Small app size (~4MB)
-- Leftover file search for finding remaining files from previously uninstalled applications
+- Small app size
+- Leftover file search for finding remaining files from previously uninstalled applications, almost instant search (~1 second)
- Sentinel monitor helper that can be enabled to watch Trash folder for deleted apps to cleanup after the fact(Extremely small (210KB) and uses ~2mb of ram to run in the background and file watch)
- Mini mode which can be enabled from Settings
- Menubar icon option
From e0207bfc2a733ca94ff3c9399e49d00a7a680008 Mon Sep 17 00:00:00 2001
From: Alin Lupascu
Date: Sat, 3 Aug 2024 16:57:02 -0600
Subject: [PATCH 2/2] Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 97fd558..7bd0f4b 100644
--- a/README.md
+++ b/README.md
@@ -140,9 +140,9 @@ Pre-compiled, always up-to-date versions are available from my [releases](https:
Homebrew
-You can add the app via Homebrew by tapping my homebrew repo directly:
+You can add the app via Homebrew:
```
-brew install alienator88/homebrew-cask/pearcleaner
+brew install pearcleaner
```