/Seed

SwiftUI × Firebase × TCA

Primary LanguageSwift

🌱Seed

📱Screens

🌞 🌙

🏗Architecture

The Composable Architecture

Projects

  • Debug.xcodeproj, Production.xcodeproj環境を分けている
  • 各ページの機能をモジュール化してPackage.swiftにて管理
Seed
├── Seed
|   |   // Debug Configuration project
│   ├── Debug.xcodeproj/
|   |   // App Sources
│   ├── iOS/
│   ├── Package.swift
|   |   // Production Configuration project
│   └── Production.xcodeproj/
├── Seed.xcworkspace
├── Mintfile
├── Package.swift
├── README.md
|   // Swift Pacakge Sources
├── Sources
|   // Swift Pacakge Tests
└── Tests

🥞DB

Firebase

Reference