[#526] Tuist 도입을 통해 불필요한 파일 및 환경을 개선한다#527
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
이번 풀 리퀘스트는 기존의 수동으로 관리되던 Xcode 프로젝트 및 워크스페이스 파일을 제거하고, Tuist를 도입하여 프로젝트 구조를 동적으로 생성하도록 전환하는 작업을 담고 있습니다. 이에 따라 관련 문서(README, AGENTS, 워크플로우 규칙 등)가 Tuist 기반 환경에 맞게 업데이트되었습니다. 리뷰 의견으로는 .gitignore 파일에서 특정 경로의 프로젝트 파일을 개별적으로 제외하는 대신, **/*.xcodeproj 및 **/Derived/와 같은 범용적인 패턴을 사용하여 Tuist 생성물들을 보다 안전하고 일관되게 제외할 것을 권장합니다.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
🔗 연관된 이슈
🎯 의도
📝 작업 내용
📌 요약
🔍 상세
.gitignore에DevLog.xcworkspace,Application/**/*.xcodeproj,Widget/**/*.xcodeproj제외 규칙 추가Application/Shared/Version.xcconfig로 변경AGENTS.md,.hermes문서에 Tuist 생성물 미추적 규칙 반영