📜  从 Dock Mac 中隐藏应用程序图标 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:28.598000             🧑  作者: Mango

代码示例1
1. quit the application you want to hide from the dock
2. Go to your applications folder and right control-click on the app you want to hide from the dock
3. Click on "Show contents"
4. Open the "Contents" folder
5. Open the file Info.plist with TextEdit (right click -> "Open with...")
7. Just before these two lines type the following:
LSUIElement

8. Save and close the file
9. Re-open the app - the dock icon should no longer be visible