Skip to content

Instantly share code, notes, and snippets.

@jimbrayrcp
Last active May 6, 2020 14:11
Show Gist options
  • Save jimbrayrcp/8399c80626b769d54ddcecf800c53ce8 to your computer and use it in GitHub Desktop.
Save jimbrayrcp/8399c80626b769d54ddcecf800c53ce8 to your computer and use it in GitHub Desktop.
Will hide the Dock icon of an application you want to run in the background. However, after applying, started seeing errors during boot time with the application. To Undo: https://gist.github.com/a02339fd11bc31fd3ddd78c322b17516
/usr/libexec/PlistBuddy -c 'Add :LSUIElement bool true' /Applications/[application name].app/Contents/Info.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment