kristofer revised this gist . Go to revision
1 file changed, 10 insertions
AppleQuarantineRemove.md(file created)
| @@ -0,0 +1,10 @@ | |||
| 1 | + | ## Remove the Apple Quarantine | |
| 2 | + | ||
| 3 | + | Remove the Apple Quarantine attribute when downloading files that haven't been signed. | |
| 4 | + | _This is obviously a **very** bad idea._ | |
| 5 | + | ||
| 6 | + | xattr -d com.apple.quarantine filename (or directory) | |
| 7 | + | ||
| 8 | + | `xattr -d com.apple.quarantine *` | |
| 9 | + | ||
| 10 | + | ||
Newer
Older