Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 281 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 281 Bytes

CoffeeKit

Getting Started

  1. Make sure you have Xcode 11.1 installed
  2. Clone the repository
  3. Open CoffeeKit/CoffeeKit.xcodeproj

Fastlane Setup (Optional)

  1. Install Ruby bundler gem install bundler
  2. Install Ruby gems (this includes fastlane) bundle install