Skip to content

Instantly share code, notes, and snippets.

@T1T4N
Created February 6, 2023 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save T1T4N/46e1d3839786f8977be94d46c69233a8 to your computer and use it in GitHub Desktop.
Save T1T4N/46e1d3839786f8977be94d46c69233a8 to your computer and use it in GitHub Desktop.
macOS: Hide a custom app's dock icon
# https://apple.stackexchange.com/questions/357109/run-applescript-in-background-without-showing-in-app-switcher#comment471468_357109
defaults write '/Applications/AppName.app/Contents/Info.plist' LSUIElement -bool yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment