Created
September 19, 2015 06:52
-
-
Save amatellanes/256c8a4c065a35e75abc to your computer and use it in GitHub Desktop.
Remove apps from Launchpad in Mac OS X 10.10 (Yosemite)
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
sqlite3 $(sudo find /private/var/folders -name com.apple.dock.launchpad)/db/db "DELETE FROM apps WHERE title='APPNAME';" && killall Dock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment