Skip to content

Instantly share code, notes, and snippets.

@hprobotic
Last active November 5, 2023 04:19
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hprobotic/9b0e365322e623a55e7596c7e836940b to your computer and use it in GitHub Desktop.
Save hprobotic/9b0e365322e623a55e7596c7e836940b to your computer and use it in GitHub Desktop.
CleanMyMac X tutorial
  • 1. Install the trial from https://macpaw.com/cleanmymac
  • 2. Open CleanMyMac then click Action then Authenticate
  • 3. Install the CleanMyMac installer from here, click replace 
  • 4. I didn’t try to open the app. 
  • 5. Run: sudo xattr -r -d com.apple.quarantine /Applications/CleanMyMac\ X.app
  • 6. Run codesign -f -s – –deep /Applications/CleanMyMac\ X.app/ (Check note)
  • 7. Open CleanMyMac

Notes:

  • If you got: –: no identity found. Follow steps bellow to fix:
      1. Run security find-identity -p codesigning and check Valid identities only section
      1. Use one item in the list in format: XXXX "Mac Developer: john+xxxx@apple.com (YYYYYYY)" => only copy Mac Developer: john+xxxx@apple.com (YYYYYYY)
      1. Then replace command from step 6 with codesign -f -s 'Mac Developer: john+xxxx@apple.com (YYYYYYY)' /Applications/CleanMyMac\ X.app/
@comicallybad
Copy link

CleanMyMac installer link doesn't work anymore :( I updated to the latest MacOS and now the program won't work so I tried updating and can't find any cracks for it. If I do this method, I have 0 Valid identities found.

@MYusufY
Copy link

MYusufY commented Nov 5, 2023

Yes, can anyone give link to that file again?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment