To get this up and running, you'll need to have xcodegen
installed.
The easiest way to install XcodeGen is by using Homebew
brew install xcodegen
For more information about XcodeGen, refer to the projects README.
Simply run xcodegen
in the root folder of the repository
xcodegen
You'll see it output someting like:
⚙️ Generating plists...
⚙️ Generating project...
⚙️ Writing project...
Created project at /path/KeyboardCowboy3/Keyboard Cowboy.xcodeproj
The proejct relies on both SwiftLint
and that component can be installed using Homebrew.
brew install swiftlint