Created
February 3, 2022 08:16
-
-
Save 0x-jerry/5b0a4587ab09dca8c609cfd6dd758830 to your computer and use it in GitHub Desktop.
remove icon from launchpad
This file contains hidden or 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
| # change APP_NAME_CASE_SENSITIVE to delete icon | |
| sqlite3 $(find /private/var/folders \( -name com.apple.dock.launchpad -a -user $USER \) 2> /dev/null)/db/db "DELETE FROM apps WHERE title='APP_NAME_CASE_SENSITIVE';" && killall Dock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment