隱藏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