Total Pageviews

Friday, 16 March 2018

隐藏mac系统中的dock上的程序图标

  1. 右击程序显示包内容。
  2. 在 Contents 文件夹中找到 Info.plist 文件,使用编辑器打开。
  3. 添加LSUIElement项,值为1,重启程序即可。
1
2
3
4
5
<dict>
<key>LSUIElement</key>
<string>1</string>
....
</dict>

No comments:

Post a Comment