From 2433b1bb73e4aeb2f4932c6994b634d5b4b77d3d Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Tue, 20 Sep 2011 15:26:08 +0300 Subject: Enable AirDrop over Ethernet and on unsupported Macs running OS X Lion. --- .osx | 3 +++ 1 file changed, 3 insertions(+) (limited to '.osx') diff --git a/.osx b/.osx index 221b9c6..ef2850a 100755 --- a/.osx +++ b/.osx @@ -34,6 +34,9 @@ defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false # Disable window animations defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false +# Enable AirDrop over Ethernet and on unsupported Macs running Lion +defaults write com.apple.NetworkBrowser BrowseAllInterfaces -bool true + # Disable disk image verification defaults write com.apple.frameworks.diskimages skip-verify -bool true defaults write com.apple.frameworks.diskimages skip-verify-locked -bool true -- cgit v1.2.3