Skip to content

zenangst/KeyboardCowboy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4b24af7 · Jan 15, 2021
Sep 14, 2020
Jan 14, 2021
Dec 22, 2020
Dec 21, 2020
Jan 15, 2021
Jan 14, 2021
Oct 24, 2020
Jan 14, 2021
Jan 14, 2021
Dec 21, 2020
Dec 21, 2020
Dec 1, 2020
Sep 22, 2020
Oct 23, 2020
Sep 7, 2020
Dec 21, 2020
Dec 21, 2020
Jan 10, 2021
Jan 15, 2021
Sep 9, 2020

Repository files navigation

Keyboard Cowboy 3

Installation

To get this up and running, you'll need to have xcodegen installed.

Installing XcodeGen

The easiest way to install XcodeGen is by using Homebew

brew install xcodegen

For more information about XcodeGen, refer to the projects README.

Generating an Xcode project

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

Install developer dependencies

The proejct relies on both SwiftLint and that component can be installed using Homebrew.

brew install swiftlint