iOSApplicationTemplate
이 프로젝트는 Tuist를 이용하여 각 프로젝트를 모듈로 구성하는 형태입니다.
사용법
-
Tuist 설치 - 버전 1.43.0 이상
-
Carthage 설치 - 버전 0.38.0 이상
-
tuist dependencies
를 실행하여 XCFramework 생성
$ tuist dependencies fetch
Resolving and fetching dependencies.
Resolving and fetching Carthage dependencies.
...
Carthage dependencies resolved and fetched successfully.
Dependencies resolved and fetched successfully.
tuist generate
를 실행하여 프로젝트 파일 생성
$ tuist generate
Dependency Graph
Tuist를 이용하여 Dependency Graph를 출력할 수 있음.
# Graph 생성
$ tuist graph
# 테스트 타겟 제외
$ tuist graph -t
# 외부 라이브러리 제외
$ tuist graph -d
# dot 파일로 출력
$ tuist graph -t -f dot