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
Open your terminal, run the following commands: | |
View the list: | |
sqlite3 ~/Library/Preferences/com.apple.LaunchServices.QuarantineEventsV* 'select LSQuarantineDataURLString from LSQuarantineEvent' | |
Clear the list with: | |
sqlite3 ~/Library/Preferences/com.apple.LaunchServices.QuarantineEventsV* 'delete from LSQuarantineEvent' | |
^^^^ | |
Forked from a private gist, so not sure the original author wanted his or her name public. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment