Allow AirDrop over Ethernet connections

This also allows AirDrop usage with unsupported apple devices and
devices with no BlueTooth capability, though that's not particularly
relevent in 2024.
This commit is contained in:
Marley Rae 2024-02-03 13:46:43 -08:00
parent 4d3920ef22
commit 78e7146414

View file

@ -0,0 +1,10 @@
#!/usr/bin/env fish
source "$DOT/script/utils.fish"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
print_subtitle Networking
execute "defaults write -g com.apple.NetworkBrowser BrowseAllInterfaces 1" \
"Allow AirDrop over Ethernet"