[Chore] #51 - 레포 디렉토리 구조 재정비#52
Merged
Merged
Conversation
- Package.swift를 레포 루트로 이동, path: "MDS/Sources" 명시 (SPM 원격 URL 지원) - MDS/Sources/MDS/ → MDS/Sources/ 불필요한 중첩 제거 - MDSStoryBook/을 MDS/ 밖으로 이동 - CI 워크플로우 경로 업데이트, MDS/.gitignore 루트로 통합
|
ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (12)
📒 Files selected for processing (24)
💤 Files with no reviewable changes (1)
Summary by CodeRabbit릴리스 노트
Walkthrough이 PR은 MDS 레포지토리의 디렉토리 구조를 재정비합니다. Package.swift를 레포 루트로 이동하고 MDS/Sources 경로를 명시하며, 불필요한 MDS/ 중첩을 제거합니다. 빌드 스크립트, CI 워크플로우, Xcode 프로젝트 참조, 그리고 빌드 무시 규칙을 모두 새로운 구조에 맞게 업데이트합니다. Changes디렉토리 구조 재정비
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Suggested labels
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
🌴 PR 요약
🌱 작업한 브랜치
🌱 PR Point
AS-IS
TO-BE
변경 내역
Package.swift루트로 이동,path: "MDS/Sources"명시MDS/Sources/MDS/→MDS/Sources/불필요한 중첩 제거MDSStoryBook/→MDS/밖으로 이동MDSStoryBook로컬 패키지 참조 경로 업데이트 (../../../MDS→../..)cd MDS &&제거,file_pattern경로 수정build.js출력 경로 수정MDS/.gitignore내용 루트.gitignore로 통합📌 참고 사항
Package.swift에path: "MDS/Sources"를 명시했기 때문에 SPM은 해당 경로만 빌드 대상으로 인식하며, 동일 레포의 다른 폴더(MDSStoryBook/,tokens/등)는 배포에 포함되지 않습니다.📸 스크린샷
해당 없음 (구조 변경)
📮 관련 이슈