tuist를 활용한 clean architecture
-
tuist 설치 -> curl -Ls https://install.tuist.io | bash
-
tuist clean -> tuist fetch -> tuist generate
-
tuist 수정 시 tuist edit
.
├── Plugins
│ └── UtilityPlugin
├── Project.swift
├── README.md
├── Support
│ └── Info.plist
├── Tuist
│ ├── Config.swift
│ ├── Dependencies
│ ├── Dependencies.swift
│ └── ProjectDescriptionHelpers
├── TuistSample
│ ├── App
│ ├── Domain
│ ├── Presentation
│ ├── Repository
│ ├── Service
│ ├── ThirdPartyLib
│ └── Util
├── TuistSample.xcworkspace
│ ├── contents.xcworkspacedata
│ ├── xcshareddata
│ └── xcuserdata
├── Workspace.swift
└── graph.png
SPM