Skip to content

Instantly share code, notes, and snippets.

@dantheman3333
Created April 10, 2019 20:05
Show Gist options
  • Save dantheman3333/3ff041f8e75757c8eb8e8d0020069205 to your computer and use it in GitHub Desktop.
Save dantheman3333/3ff041f8e75757c8eb8e8d0020069205 to your computer and use it in GitHub Desktop.
Recursively remove "unidentified developer warning" in OSX so you don't need to manually allow each in system prefs
//Recursively remove "unidentified developer warning" so you don't need to manually allow it in system prefs
xattr -r -d com.apple.quarantine $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment