Disable .app quarantine in macOS

main
Bo Jeanes 2024-07-29 14:10:57 +10:00
parent ef6849a8fd
commit d0a7569fb7
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -199,6 +199,9 @@
finder.ShowPathbar = true;
finder.ShowStatusBar = true;
# Disable quarantine for downloaded files
LaunchServices.LSQuarantine = false;
# Switch light/dark style of OS automatically based on time
NSGlobalDomain.AppleInterfaceStyleSwitchesAutomatically = true;