mirror of
https://github.com/exituser/Pearcleaner.git
synced 2026-09-17 06:09:01 +00:00
Merge branch 'main' of https://github.com/alienator88/Pearcleaner
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<br />
|
<br />
|
||||||
<strong>Status: </strong>Maintained
|
<strong>Status: </strong>Maintained
|
||||||
<br />
|
<br />
|
||||||
<strong>Version: </strong>3.8.2
|
<strong>Version: </strong>3.8.3
|
||||||
<br />
|
<br />
|
||||||
<a href="https://github.com/alienator88/Pearcleaner/releases"><strong>Download</strong></a>
|
<a href="https://github.com/alienator88/Pearcleaner/releases"><strong>Download</strong></a>
|
||||||
·
|
·
|
||||||
@@ -16,15 +16,6 @@
|
|||||||
</p>
|
</p>
|
||||||
</br>
|
</br>
|
||||||
|
|
||||||
> [!NOTE]
|
|
||||||
> Pearcleaner is now signed/notarized with an Apple Developer account.
|
|
||||||
>
|
|
||||||
> ### <ins>Updating Pearcleaner to the signed/notarized version</ins>
|
|
||||||
> 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.
|
|
||||||
>
|
|
||||||
> ### <ins>Permissions alert on the signed/notarized version</ins>
|
|
||||||
> 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.
|
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!
|
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
|
## Features
|
||||||
- Signed/notarized
|
- Signed/notarized
|
||||||
- Swift/SwiftUI
|
- Swift/SwiftUI
|
||||||
- Small app size (~4MB)
|
- Small app size
|
||||||
- Leftover file search for finding remaining files from previously uninstalled applications
|
- 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)
|
- 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
|
- Mini mode which can be enabled from Settings
|
||||||
- Menubar icon option
|
- Menubar icon option
|
||||||
@@ -149,9 +140,9 @@ Pre-compiled, always up-to-date versions are available from my [releases](https:
|
|||||||
<details>
|
<details>
|
||||||
<summary>Homebrew</summary>
|
<summary>Homebrew</summary>
|
||||||
|
|
||||||
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
|
||||||
```
|
```
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user