/ios-env

A small makefile for the iOS development process that makes it easy.

Primary LanguageMakefileGNU Lesser General Public License v3.0LGPL-3.0

iOS Environment - Makefile

Build Status

A small makefile for the iOS development process that makes it easy.

Features

  • git-flow
  • git
  • pod (pod tool install - init - install - repo update)
  • carthage (carthage tool install - init - install)
  • fastlane (fastlane tool install - init)

Installation

Navigate to the main directory of your project.

From commandline:

$ curl -O https://raw.githubusercontent.com/mustafagunes/ios-env/master/Makefile

Usage

ScreenShot

For default all setup:

$ make

For pod setup:

$ make pod

For carthage setup:

$ make carthage

For all setup clean:

$ make clean