[Feat] Tuist 기반 Clean Architecture Project 세팅 #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🌴 PR 요약
Tuist 기반 Clean Architecture Project 세팅했습니다.
🌱 작업한 브랜치
🌱 작업한 내용
📌 참고 사항
1. Clean Architecture 구조 - 저번 구조 그대로 사용했습니다.
어셋, 폰트 모두 제거했고 기존 뷰 관련 코드들도 모두 삭제했습니다.
2. Tuist 코드 중 InfoPlist 및 organization Name 같은 요소들을 따로 분리했습니다.
3. Test Target을 추가
makeModule에서 TestTarget 코드를 추가했습니다.
또한 테스트 라이브러리인 Quick과 Nimble을 Import했습니다.
아래 구조도를 보시면 Test가 필요해보이는 부분만 Target을 추가해 놓았습니다. 추가할 부분이 있다면 알려주세요!
전체 의존성 구조
📮 관련 이슈