Welcome to MyFramework which is doing whatever!
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.
make first install
: configure the project as a new one (mainly used for the CI)make install
ormake
:- Install dependencies
- Generate an xcodeproj
make xcodeproj_gen
: generate a new new xcodeproj