From 78e71464140efbb26f1478fb8e539d0642f3e0a0 Mon Sep 17 00:00:00 2001 From: Marley Rae Date: Sat, 3 Feb 2024 13:46:43 -0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Allow=20AirDrop=20over=20Ethernet?= =?UTF-8?q?=20connections?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This also allows AirDrop usage with unsupported apple devices and devices with no BlueTooth capability, though that's not particularly relevent in 2024. --- os/macos/networking.pref.fish | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 os/macos/networking.pref.fish diff --git a/os/macos/networking.pref.fish b/os/macos/networking.pref.fish new file mode 100644 index 0000000..f22dd0c --- /dev/null +++ b/os/macos/networking.pref.fish @@ -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"