/todonote-ios

Primary LanguageSwiftMIT LicenseMIT

TodoNote for iOS

Platform Build Status Twitter

TodoNote for iOS

TodoNote は、iOS向けTODO管理アプリです。

ビルド方法

cd /PATH/todonote-ios/TodoNote
bundle install
bundle exec pod install
  • GoogleService-Info.plist はプロジェクトには含まれていない。ビルド前に追加すること。

Development

開発向けのドキュメントは Documentsディレクトリに置いている。

開発環境

  • macOS 13.4.1 (c)
  • Xcode 14.3.1

構成

  • UIの実装: SwiftUI (View) + UIKit (Navigation)
  • アーキテクチャ: Clean Architecture
  • パッケージマネージャ: CocoaPods
  • バックエンド: Cloud Firestore
  • CI: Bitrise