Skip to content

Instantly share code, notes, and snippets.

@covard
Created July 5, 2013 17:19
Show Gist options
  • Save covard/5935949 to your computer and use it in GitHub Desktop.
Save covard/5935949 to your computer and use it in GitHub Desktop.
This is the command to get OSX to stop asking if you want to run application "X" in this case adium
# stop OSX from asking if you want to run application
sudo xattr -d com.apple.quarantine /Applications/Adium.app
@covard
Copy link
Author

covard commented Oct 15, 2013

This seems to happen whenever I update Adium. After an update every time I open the app it will ask if I want to open it because it was downloaded from the internet. This command will clean that and it won't ask again......until it updates again that is ;-)

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