Skip to content

do-ri/iOS

Repository files navigation

Dori

App Store Swift iOS Xcode Architecture

{{ONE_LINE_TAGLINE}}

App Store에 출시된 iOS 앱이며, 이 저장소는 동일 빌드의 소스를 공개한다.

Screenshots

{{SCENE_1}} {{SCENE_2}} {{SCENE_3}}

Features

  • {{FEATURE_1}}
  • {{FEATURE_2}}
  • {{FEATURE_3}}

Tech Stack

  • Language / Platform — Swift 6, iOS 17.6+, Xcode 26.2
  • Architecture — TCA (The Composable Architecture)
  • Project Generation — Tuist (mise 로 툴체인 버전 고정)
  • Auth — Kakao SDK + Security framework 기반 토큰 저장
  • Network — 자체 네트워크 레이어 + 인증 인터셉터

선택 근거는 docs/core/tech-stack.md 에 정리되어 있다.

Architecture

TCA 기반 5계층 구조다. View → Feature(Reducer) → Client 경계 → Platform / Infra 순으로 흐르고, 인증은 UI·저장소·네트워크가 하나의 흐름으로 연결된다.

AppFeature
  ├── Splash     # 인증 진입 판단
  ├── Intro      # 로그인
  └── MainTab    # 메인 기능 조합

시스템의 큰 그림, 경계, 변경 비용이 큰 결정은 ARCHITECTURE.md 에 둔다. README 는 진입점일 뿐이며, 구조 설명의 진실 출처는 그쪽이다.

Project Structure

Projects/
  App/        앱 부트스트랩, dependency 조합, 루트 route 소유
  Feature/    사용자 흐름, 화면 상태
  Core/       도메인 모델, 디자인 시스템, 공통 의존성 키
  Platform/   Kakao SDK, Keychain, iOS 런타임 어댑터
  Infra/      네트워크 서비스, 인증 인터셉터, 로깅

각 계층의 책임과 경계 규칙은 docs/core/directory-structure.md.

Documentation

이 저장소는 README 를 가볍게 두는 대신, 오래 가는 규칙을 주제별 문서로 분리해 관리한다. 아래 트리는 "현재 이 프로젝트가 실제로 지키고 있는 규칙" 의 전부다.

Architecture & Core Rules

Frontend

Backend Integration

Workflows

Reference (TCA 패턴 예시)

Plan

  • plan/ — 진행 중인 작업 컨텍스트와 완료 이력 (plan/history.md)

Requirements & Build

mise install        # Xcode·Tuist 등 툴체인 버전 고정
tuist install       # Tuist 플러그인 설치
tuist generate      # Xcode workspace 생성
open Dori-iOS.xcworkspace

Kakao Native App Key 등 시크릿은 별도 설정 파일로 주입한다. 세부 규칙은 docs/frontend/security.md.

Testing

  • Reducer 단위 테스트 — TCA TestStore 기반 상태 전이와 효과 검증
  • 시각 회귀 — swift-snapshot-testing 자동화
  • 전략 전반: docs/frontend/test-strategy.md

License

{{LICENSE}}

Contact

{{CONTACT}}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors