mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
fix(osx): gatekeeper exclusion can be recursive
This commit is contained in:
@@ -183,6 +183,7 @@ xattr -c '/path/to/app.app'
|
||||
|
||||
# Bypass Gatekeeper for all versions of apps.
|
||||
xattr -d 'com.apple.quarantine' '/path/to/app.app'
|
||||
xattr -dr 'com.apple.quarantine' '/path/to/directory'
|
||||
```
|
||||
|
||||
## Taking screenshots
|
||||
|
||||
@@ -12,6 +12,7 @@ xattr -c '/Applications/Spotify.app'
|
||||
# Bypass Gatekeeper for all versions of apps
|
||||
xattr -d 'com.apple.quarantine' '/Applications/LibreWolf.app'
|
||||
xattr -d 'com.apple.quarantine' '/Applications/Zen Browser.app'
|
||||
xattr -dr 'com.apple.quarantine' '/path/to/directory'
|
||||
|
||||
|
||||
# Clear the DNS cache
|
||||
|
||||
Reference in New Issue
Block a user