Skip to content

AntonioBerna/clean-my-mac-x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CleanMyMac X v4.15.8

docs

First of all you need to download the CleanMyMacX v4.15.8.zip file by clicking here.

Note

You have to download the file from MediaFire because GitHub fails to upload too large files to the repository.

At the end of the operation unzip the CleanMyMacX v4.15.8.zip file resulting in the CleanMyMacX v4.15.8.dmg file. Now double click on the file with the .dmg extension to obtain the following screen:

Now follow these steps:

  1. Drag and drop the launchExtra.sh file into the Terminal.app application and press enter on your keyboard.
  2. At the end of the previous operation, move the CleanMyMac X.app file into the /Applications folder.
  3. Finally drag and drop the patch.sh file into the Terminal.app application and press enter on your keyboard.

Once the operation is complete, you can run the CleanMyMac X.app application.

signature error

In case of a "signature" error, create a file called signature.sh containing this bash script:

#!/bin/bash

clear
xattr -d com.apple.quarantine /Applications/CleanMyMac\ X.app
codesign -f -s - --deep /Applications/CleanMyMac\ X.app
codesign -f -s - /Applications/CleanMyMac\ X.app/Contents/Library/LaunchServices/com.macpaw.CleanMyMac4.Agent
echo

Save it, give it execution permissions via the command:

sudo chmod 700 signature.sh

and launch it using the ./signature.sh command in the Terminal.app application.

Star History

Star History Chart

About

Patch for CleanMyMac X v4.15.8

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published