Skip to content

[#632] 리포지토리 이름을 바꾼다#633

Merged
opficdev merged 1 commit into
developfrom
chore/#632-repository-name
Jun 22, 2026
Merged

[#632] 리포지토리 이름을 바꾼다#633
opficdev merged 1 commit into
developfrom
chore/#632-repository-name

Conversation

@opficdev

Copy link
Copy Markdown
Owner

🔗 연관된 이슈

🎯 의도

리포지토리 루트 디렉토리명이 SwiftUI_DevLog에서 DevLog_iOS로 변경되어, 파일 내용에 남아 있던 기존 디렉토리명 참조 정리

📝 작업 내용

📌 요약

  • README 프로젝트 구조의 루트 디렉토리명 갱신
  • DevLog architecture harness 설명의 리포지토리명 갱신
  • Tuist migration design 문서의 기존 리포지토리명 갱신
  • LocalFirebaseRESTSupport의 루트 디렉토리 탐색 기준을 DevLog_iOS로 변경

🔍 상세

  • LocalFirebaseRESTSupport.loadGoogleServiceInfo()#filePath 기준 상위 디렉토리를 탐색할 때 새 루트명인 DevLog_iOS를 찾도록 수정
  • 기존 긴 Firestore path 문자열은 별도 변수 추출 없이 인자 내부 줄바꿈으로 유지
  • .spm, .tmp, Tuist/.build 생성 캐시/로그는 수정 대상에서 제외

📸 영상 / 이미지 (Optional)

@opficdev opficdev self-assigned this Jun 22, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request updates references to the repository name from 'SwiftUI_DevLog' to 'DevLog_iOS' across documentation, configuration, and test helper files. Feedback was provided on the test support code to avoid hardcoding the repository directory name when traversing up to find the root path, as this can cause failures in CI or custom clone environments.

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.

Comment thread Application/DevLogApp/Tests/Support/LocalFirebaseRESTSupport.swift
@opficdev opficdev merged commit ab8703b into develop Jun 22, 2026
6 checks passed
@opficdev opficdev deleted the chore/#632-repository-name branch June 22, 2026 13:46
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.

리포지토리 이름을 바꾼다

1 participant