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/#11] Tuist 세팅 #12

Merged
merged 6 commits into from
Aug 14, 2023
Merged

[Feat/#11] Tuist 세팅 #12

merged 6 commits into from
Aug 14, 2023

Conversation

mooyoung2309
Copy link
Member

@mooyoung2309 mooyoung2309 commented Aug 11, 2023

PR 요약

  • tuist clean: 프로젝트 파일 삭제
  • tuist fetch: 프로젝트 디펜던시 가져오기
  • tuist generate: 프로젝트 빌드
  • tuist edit: tuist 설정 수정하기

root 디렉토리에서 tuist clean -> tuist fetch -> tuist generate 명령어를 사용해서 프로젝트를 빌드합니다.

이후에 tuist fetch는 디펜던시(외부 라이브러리)가 추가되지 않으면 할 필요가 없고, tuist generate 명령어를 사용하여 항상 project를 빌드 합니다.
특히 git 브랜치가 스위칭 되거나 resources 파일이 수정되거나 파일을 잘 못찾는 경우가 발생하면 tuist generate을 하여 최신화된 상태가 아니기 때문일 수 있습니다. 또한 모든 것이 잘못되었을 경우에는 tuist clean -> tuist fetch -> tuist generate 순서로 하면 됩니다.

tuist edit을 제외한 모든 명령어는 다른 사람들과 관련없이 본인 로컬에서만 변경되기 때문에 주의 할 필요가 없습니다. 막 사용하면 됩니다.

tuist edit은 tuist 설정 관련인데, 건드릴 이유는 프로젝트 설정을 변경해야하는 상황이 있을 때입니다. 특히 info.plist 쪽을 tuist 환경 내부에 들어가 있어서 info.plist 수정을 하기 위해서는 tuist edit 명령어를 사용하여 수정할 수 있습니다. 사용법은 직접 찾아보고, 막힌다면 저한테 물어보시면 레퍼런스를 드리겠습니다 : D

간단하게 폴더링, 네비게이션과 메인 탭바 구현을 하였습니다.

궁금한점은 리뷰에 댓글 남겨주세요 - !

📌 변경 사항

✅ PR check list

Linked Issue

close #11

@mooyoung2309 mooyoung2309 self-assigned this Aug 11, 2023
@mooyoung2309 mooyoung2309 merged commit 06d284c into develop Aug 14, 2023
1 check passed
@beanbeen0 beanbeen0 deleted the feat/#11-tuist-setting branch August 24, 2023 14:12
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.

[feat] Tuist 간단 세팅
1 participant