/ContactsApp

Test project to use Carthage Submodules

Primary LanguageSwift

ContactsApp

  • Target Market iOS10+
  • Swift
  • Carthage

Branches

  • master: The main branch where the source code of HEAD always reflects a production-ready state.
  • develop: The development branch where the source code of HEAD always reflects a development-ready state(normally ahead of master)

That is based in this Branching Structure Model

Developer Notes

Build

  1. Please install Carthage if you do not have it

  2. Then open terminal :

    git clone --recursive git@github.com:Guerrix/ContactsApp.git

    cd ContactsApp

    carthage bootstrap --platform iOS --no-use-binaries

  3. Open ContactsApp workspace.