Last active
July 20, 2026 08:08
-
-
Save ZhanZiyuan/811633beab60c9ae818f6f9dd64b3c58 to your computer and use it in GitHub Desktop.
Bypass Gatekeeper & Code Signing & Update Mac Apps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| xattr -cr /Applications/AppName.app | |
| codesign --force -s - /Applications/AppName.app | |
| brew update && brew upgrade && brew cleanup | |
| sudo npm update -g | |
| defaults delete com.apple.dock tilesize && defaults delete com.apple.dock magnification && defaults delete com.apple.dock largersize | |
| killall Dock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment