Created
July 5, 2013 17:19
-
-
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
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
# stop OSX from asking if you want to run application | |
sudo xattr -d com.apple.quarantine /Applications/Adium.app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 ;-)