Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 1.82 KB

File metadata and controls

61 lines (40 loc) · 1.82 KB


괴인측정기


📱 Screenshots

banner

🛠 Development Environment

The Xcode project is generated with Tuist. Install the CLI (for example brew install tuist), then from the repo root run tuist generate whenever you change Project.swift or Tuist.swift. Open FaceReader.xcworkspace. Add FaceReader/Global/Resource/Fonts/SangSangAnt.otf (or your font path) to the app target resources in Project.swift if you add fonts, then run tuist generate again.

✨ Skills & Tech Stack

  • SwiftUI
  • Composable Architecture (TCA)
  • AVFoundation & Vision
  • On-device storage (Application Support: JPEG + JSON manifest)
  • SwiftPM local package (FaceReaderLocalization)

🎁 Library

Name Version
swift-composable-architecture SPM
swift-dependencies / CasePaths SPM
FaceReaderLocalization local Packages/FaceReaderLocalization SPM

🗂 Folder Structure

FaceReader
  ├── App/                 — @main, app entry
  ├── Core/                — models, local store, geometry
  ├── Features/            — TCA features & views
  ├── UI/                  — shared SwiftUI styling
  └── Global/              — resources, Info.plist, privacy

🧑‍💻 Authors