Skip to content

nkmr-lab/Otofuda-iOS

Repository files navigation

Otofuda-iOS

Getting Started

  1. CocoaPodをインストールしてください。
pod install
  1. Carthageをインストールしてください。
carthage update --platform iOS
  1. 下記URLから GoogleService-Info.plist を追加してください

Firebase/Settings

Branchs

  • master リリースするタイミングでマージする
  • develop 各機能が完成したらマージする
  • features/xxxx(機能名) 機能ごとでブランチを分ける

Installing

Carthage

  • Alamofire/Alamofire
  • Alamofire/AlamofireImage
  • SwiftyJSON/SwiftyJSON
  • mxcl/PromiseKit
  • Hearst-DD/ObjectMapper

Pods

  • Firebase
  • Firebase/Database

Commit Message Rule

Emoji Prefix

Type Emoji
初めてのコミット(Initial Commit) 🎉
バージョンタグ(Version Tag) 🔖
新機能(New Feature)
バグ修正(Bugfix) 🐛
フォルダ移動など(Folder) 📁
リファクタリング(Refactoring) ♻️
ドキュメント(Documentation) 📚
デザインUI/UX(Accessibility) 🎨
パフォーマンス(Performance) 🐎
ツール(Tooling) 🔧
テスト(Tests) 🚨
非推奨追加(Deprecation) 💩
削除(Removal) 🗑️
WIP(Work In Progress) 🚧

Rest API

Architecture

  • MVVM

Version