Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 572 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 572 Bytes

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.