Skip to content

Sotatek-ThanhThan/base-ios

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Swift 91.1%
  • Ruby 5.1%
  • Shell 3.2%
  • Other 0.6%