Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.33 KB

README_future.md

File metadata and controls

26 lines (18 loc) · 1.33 KB

Lint Status iOS Status tvOS Status macOS Status watchOS Status

MyFramework

Welcome to MyFramework which is doing whatever!

Getting started

First, you will need a few tools to start working on MyFramework:

  • Xcode: From the app store or wherever
  • Mint: brew install mint

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

Makefile

  • make first install: configure the project as a new one (mainly used for the CI)
  • make install or make:
    • Install dependencies
    • Generate an xcodeproj
  • make xcodeproj_gen: generate a new new xcodeproj