Commit 6408344
committed
Fix
The command `xattr -p com.apple.quarantine '\(path)’` outputs directly the contents of the quarantine attribute (and the message “No such xattr: com.apple.quarantine” in `standardError`) or a null string when it has been removed.
`checkQuarantineRemoved` should be therefore return `out.standardOutput.isEmpty`.checkQuarantineRemoved
1 parent d1b57b6 commit 6408344
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
0 commit comments