Skip to content

Commit

Permalink
Clean out the old apps completely - take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
verityj committed Jun 22, 2023
1 parent 940d9ba commit c029eda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2023-06-22-clean.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $ python3 app-cleaner.py /Applications/<app-name>.app
Here is an example of an iOS app being deleted completely:

```
$ python3 $SCRIPTS/app-cleaner.py /Applications/Damus.app
$ python3 app-cleaner.py /Applications/Damus.app
- 'Damus' is not running. Proceeding
- (This is not a regular Mac app, will search Containers.)
- Found Damus locations:
Expand Down Expand Up @@ -62,7 +62,7 @@ To check if anything at all remains, I did the following:
- Check 1: re-run the same script to look again - nothing is found, as expected. The script exited.

```
$ python3 $SCRIPTS/app-cleaner.py /Applications/Damus.app
$ python3 app-cleaner.py /Applications/Damus.app
- 'Damus' is not running. Proceeding
- /Applications/Damus.app not found. Exiting
```
Expand Down

0 comments on commit c029eda

Please sign in to comment.