gitextract_yyv4gyui/ ├── .github/ │ ├── FUNDING.yml │ └── ISSUE_TEMPLATE/ │ ├── bug_report.yml │ └── config.yml ├── .gitignore ├── BlackHole/ │ ├── BlackHole.c │ ├── BlackHole.icns │ └── BlackHole.plist ├── BlackHole.xcodeproj/ │ ├── project.pbxproj │ ├── project.xcworkspace/ │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata/ │ │ └── IDEWorkspaceChecks.plist │ └── xcshareddata/ │ └── xcschemes/ │ └── BlackHole.xcscheme ├── BlackHoleTests/ │ └── main.c ├── CHANGELOG.md ├── Installer/ │ ├── conclusion.html │ ├── create_installer.sh │ ├── requirements.xml │ ├── scripts/ │ │ ├── postinstall │ │ └── preinstall │ └── welcome.html ├── LICENSE ├── README.md ├── Uninstaller/ │ ├── Scripts/ │ │ └── postinstall │ └── create_uninstaller.sh └── VERSION