-
-
Notifications
You must be signed in to change notification settings - Fork 590
Build with Xcode
-
Search for "Xcode" in the macOS App Store.
-
Click Get to download and install it. If already installed, it will show an Open button instead.
-
Open Xcode.
-
In the menu bar on the top click on Source Control → Clone.
-
Paste
https://github.com/ExistentialAudio/BlackHole.git
in the search bar. -
Click Clone and choose a download location.
-
In the
BlackHole
folder, openBlackHole.xcodeproj
with Xcode. -
To build, click the play button near the top left of the project window, or use the ⌘B keyboard shortcut.
Note
If you are having issues with signing unselect Automatically manage signing and make sure Team is set to None.
-
From the menu select Product → Show Build Folder in Finder.
-
Copy
BlackHole.driver
and paste in/Library/Audio/Plug-Ins/HAL/
-
Restart Core Audio with the following Terminal command. It will require entering your user password to complete.
sudo killall -9 coreaudiod