iOS

Tuist

@서비 2021. 12. 31. 10:46

ios 프로젝트도 Generate 하게 하는 게 재미있는 오픈 소스인 거 같다.

가장 큰 이득은 프로젝트 파일 conflict 방지 라는데...

가지고 있는 프로젝트에 적용하려면 마이그레이션 과정을 거쳐야 하는데 그거는 doc 페이지를 보면 될 거 같다.

 

 

설치

curl -Ls https://install.tuist.io | bash

실행

 

tuist init --platform ios
tuist generate # Generates Xcode project & workspace
tuist build # Builds your project

 

 

링크

 

https://github.com/tuist/tuist

 

GitHub - tuist/tuist: 🚀 Create, maintain, and interact with Xcode projects at scale

🚀 Create, maintain, and interact with Xcode projects at scale - GitHub - tuist/tuist: 🚀 Create, maintain, and interact with Xcode projects at scale

github.com

 

https://docs.tuist.io/guides/resources