✨ 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:
parent
4d3920ef22
commit
78e7146414
1 changed files with 10 additions and 0 deletions
10
os/macos/networking.pref.fish
Normal file
10
os/macos/networking.pref.fish
Normal 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"
|
Loading…
Reference in a new issue