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:
- Drag and drop the
launchExtra.shfile into theTerminal.appapplication and press enter on your keyboard. - At the end of the previous operation, move the
CleanMyMac X.appfile into the/Applicationsfolder. - Finally drag and drop the
patch.shfile into theTerminal.appapplication and press enter on your keyboard.
Once the operation is complete, you can run the CleanMyMac X.app application.
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
echoSave 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.
