项目作者: kornerr

项目描述 :
This is a sample iOS application to depict code reusability with coordinators and feature-tool
高级语言: Swift
项目地址: git://github.com/kornerr/ios-reusability-sample.git
创建时间: 2018-02-13T16:09:51Z
项目社区:https://github.com/kornerr/ios-reusability-sample

开源协议:

下载


Overview

This is a sample iOS application to depict code reusability samples with coordinators and feature-tool

Dependencies

You must have feature-tool in your $PATH to generate versions.

Building

  • Find the version you are interested in (TODO List of releases)
  • Set current version and generate Xcode project
    • ./set_version 15 ; xcodegen
  • Open generated ReusabilitySample.xcodeproj with Xcode
  • Run the project as usual

Note: only use gen_versions for development.