Skip to content

Instantly share code, notes, and snippets.

@sencai
Created May 16, 2016 04:23
Show Gist options
  • Save sencai/b8473cb849a7b7b0780f5079689577d1 to your computer and use it in GitHub Desktop.
Save sencai/b8473cb849a7b7b0780f5079689577d1 to your computer and use it in GitHub Desktop.
Hide Telegram in Mac Dock
#!/bin/bash
/usr/libexec/PlistBuddy -c "add :LSUIElement bool true" /Applications/Telegram.app/Contents/Info.plist
@haakonstorm
Copy link

I tried this on macOS 10.15; had to use sudo, but when trying to run Telegram, it crashes instantly.
Have verfified the LSUIElement boolean is set correctly.
Removed com.apple.quarantine flags.
Tips?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment