Created
May 16, 2016 04:23
-
-
Save sencai/b8473cb849a7b7b0780f5079689577d1 to your computer and use it in GitHub Desktop.
Hide Telegram in Mac Dock
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
/usr/libexec/PlistBuddy -c "add :LSUIElement bool true" /Applications/Telegram.app/Contents/Info.plist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried this on macOS 10.15; had to use
sudo
, but when trying to runTelegram
, it crashes instantly.Have verfified the LSUIElement boolean is set correctly.
Removed com.apple.quarantine flags.
Tips?