Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.14 KB

File metadata and controls

55 lines (42 loc) · 1.14 KB

Base-ios

Welcome to Base-ios which is doing whatever!

Getting started

First, you will need a few tools to start working on Base-ios:

Xcode: From the app store or wherever

Ruby install

  • Check ruby version:
    rbenv install -l
    
  • Install latest ruby:
    rbenv install 2.7.2 && rbenv rehash
    
  • As needed, set ruby version using global, local, shell options:
    rbenv global 2.7.2
    

 gem install bundler

Mint 🌱:

brew install mint

Then run make to have a valid project ready to be used.

make

Makefile

  • make all: configure the project as a new one (mainly used for the CI)
  • make install:
    • install gem dependencies
    • Isntall Bundle
  • make generate: generate a new new xcodeproj
  • make swiftgen: reload swiftgen assets, ib, localizables, ...

Documentation