隐藏Mac Dock 中的某个图标app
以QQ为例:命令行
打开命令行窗口,输入两条命令:code
defaults write /Applications/QQ.app/Contents/Info.plist LSUIElement 1it
sudo codesign -f -s - /Applications/QQ.appio
逆转命令:class
defaults write /Applications/QQ.app/Contents/Info LSUIElement 0