Tuist
-
iOS/Xcode 14X, Swift5.7.2 WKWebView - TuistLanguage/iOS,AOS 2023. 1. 2. 15:41
Tuist란? - Xcode 프로젝트의 구조를 관리하는 command line tool Tuist를 사용하여 모듈화를 진행해 보자. Tuist 설치 $ curl -Ls https://install.tuist.io | bash $ tuist version 3.15.0 Tuist로 프로젝트 생성 $ mkdir ios-tuist $ cd ios-tuist $ tuist init --platform ios 폴더 구조확인 tree가 설치되어 있지 않다면 설치 (brew install tree) $ tree . zsh: command not found: tree $ brew install tree $ tree . . ├── Plugins │ └── TestIosTuist │ ├── Package.swift │ ├─..