We use Carthage to manage library.so, please install Carhage.
brew install carthage
We use fastlane. if you don't install fastlane, please install fastlane in following command.
sudo gem install fastlane
or
brew cask install fastlane
まずはじめに,必要なライブラリのインストール
carthage update
次にxcodeで立ち上げる.
現状ユニットテストのみ,UIテストはとりあえず後回しで行う.優先度と重要度を考えると,最低限ユニットテストでいいと考えた.
Please execute following command to test UnitTest.
fastlane test
https://tree.taiga.io/project/minajun-tsukuba-rd-project-2017-ume-systems/backlog