Skip to content

Latest commit

 

History

History
executable file
·
23 lines (23 loc) · 759 Bytes

README.md

File metadata and controls

executable file
·
23 lines (23 loc) · 759 Bytes

chat-iOS

開発規約

  • ViewController, Presenter, ModelはViews/機能名/に格納する
  • StoryboardはViews/Storyboards/に格納する

setup

以下のコマンドを実行した後、デバッグ環境の場合chat-iOS/Resources/GoogleInfoにGoogle-Info-dev.plistを入れる ※ Google-Info.plistからGoogle-Info-dev.plistに改名する homebrewをインストールしていない場合

$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

carthageをインストールしていない場合

$ brew install carthage
mintをインストールしていない場合
$ brew install mint

上記全てのインストールが完了した後に下記を実行

$ make all