Add AirDrop category and entry

This commit is contained in:
Marcel Bischoff 2015-10-18 17:50:45 +02:00
parent 9a3a7110c4
commit ea6e2f50b9

View File

@ -59,6 +59,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [
- [Find](#find)
- [Locate](#locate)
- [System](#system)
- [AirDrop](#airdrop)
- [AppleScript](#applescript)
- [Basics](#basics)
- [Clipboard](#clipboard)
@ -696,6 +697,13 @@ locate -i *.jpg
## System
### AirDrop
#### Enable AirDrop over Ethernet and on Unsupported Macs
```bash
defaults write com.apple.NetworkBrowser BrowseAllInterfaces -bool true
```
### AppleScript
#### Execute AppleScript