Skip to content

SwiftGuides/Hide-Specific-App-Icon-from-mac-os-Dock-Menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Hide-Specific-App-Icon-from-mac-os-Dock-Menu

Hides app icon in mac os dock when they are active or opened

Source :- https://apple.stackexchange.com/a/349641

Steps :-

Use native PlistBuddy command to do it:

/usr/libexec/PlistBuddy -c 'Add :LSUIElement bool true' /Applications/[AppName].app/Contents/Info.plist

Don't forget to change the [App Name] and path.

If you wish gonna back (Revert), run command:

/usr/libexec/PlistBuddy -c 'Delete :LSUIElement' /Applications/[AppName].app/Contents/Info.plist

About

Hides app icon in mac os dock when they are active or opened

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published