Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] Tuist 기반 Clean Architecture Project 세팅 #2

Merged
merged 5 commits into from
Nov 9, 2022

Conversation

L-j-h-c
Copy link
Contributor

@L-j-h-c L-j-h-c commented Nov 8, 2022

🌴 PR 요약

Tuist 기반 Clean Architecture Project 세팅했습니다.

🌱 작업한 브랜치

🌱 작업한 내용

  • Tuist Project 세팅
  • Tuist 코드 구조 리팩토링

📌 참고 사항

1. Clean Architecture 구조 - 저번 구조 그대로 사용했습니다.

AppGraph
어셋, 폰트 모두 제거했고 기존 뷰 관련 코드들도 모두 삭제했습니다.

2. Tuist 코드 중 InfoPlist 및 organization Name 같은 요소들을 따로 분리했습니다.

3. Test Target을 추가

makeModule에서 TestTarget 코드를 추가했습니다.
또한 테스트 라이브러리인 Quick과 Nimble을 Import했습니다.

아래 구조도를 보시면 Test가 필요해보이는 부분만 Target을 추가해 놓았습니다. 추가할 부분이 있다면 알려주세요!

TestGraph

전체 의존성 구조

AllGraph

📮 관련 이슈

@L-j-h-c L-j-h-c self-assigned this Nov 8, 2022
Copy link
Member

@devxsby devxsby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다~~ 세팅 감사합니다!!! 🚀

Copy link
Member

@lsj8706 lsj8706 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

세팅 수고하셨습니다..!!!!!

Copy link
Member

@yangsubinn yangsubinn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

감사합니다🙇‍♀️

@L-j-h-c L-j-h-c merged commit 2ee099c into sopt-makers:develop Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Setting] Tuist 기반 Clean Architecture Project 세팅
4 participants