diff --git a/Headphone.icns b/Headphone.icns deleted file mode 100644 index 0e29d9d..0000000 Binary files a/Headphone.icns and /dev/null differ diff --git a/README.md b/README.md index 7e0e3c3..be2d9f2 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,16 @@ Hackintosh combojack support for alc236 layout 68/alc256 layout 56/alc289 layout - Fix on sleep wake - Bug fix +## Building + +### From GitHub: + +Install Xcode, clone the GitHub repo and enter the top-level directory. Then: + +```sh +xcodebuild -configuration Release +``` + Credits ----- diff --git a/build.command b/build.command deleted file mode 100755 index c29895a..0000000 --- a/build.command +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -cd `dirname $0` - -xcodebuild clean - -xcodebuild -configuration Release || exit 1 -