Marley Rae
78e7146414
This also allows AirDrop usage with unsupported apple devices and devices with no BlueTooth capability, though that's not particularly relevent in 2024.
10 lines
273 B
Fish
10 lines
273 B
Fish
#!/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"
|