简体   繁体   中英

Hiding OS X Sierra Dock Icons from files

I know with Mac OS X Versions lower then Sierra, you can edit the Info.plist file and add:

<key>LSUIElement</key>
<true/>

Right above this:

</dict>
</plist>

If I do this in Sierra, the app won't run. Has anyone figured out how to hide a running application from the dock?

I used the following and it worked

<key>LSBackgroundOnly</key>
<string>YES</string>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM