Skip to content

[CHORE] 브랜치 전환 시 자동 pod install 훅 추가 - #10

Merged
cchanmi merged 1 commit into
developfrom
chore/pod-install-hook
Aug 2, 2026
Merged

[CHORE] 브랜치 전환 시 자동 pod install 훅 추가#10
cchanmi merged 1 commit into
developfrom
chore/pod-install-hook

Conversation

@cchanmi

@cchanmi cchanmi commented Aug 2, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • 브랜치 전환 시 Podfile.lock이 바뀐 경우에만 자동으로 pod install을 실행하는 post-checkout 훅 추가
  • Pods/를 git에 커밋하지 않고도(레포 용량 절감), 브랜치 전환마다 수동으로 pod install 해야 하는 문제 해결

활성화 방법 (팀원 각자 최초 1회)

git config core.hooksPath .githooks

Test plan

  • 다른 Podfile.lock을 가진 브랜치로 전환 시 pod install이 자동 실행되는지 확인
  • Podfile.lock 변경이 없는 브랜치 전환 시 아무 동작도 하지 않는지 확인

@cchanmi
cchanmi requested a review from dlrjswns August 2, 2026 12:14
@cchanmi cchanmi self-assigned this Aug 2, 2026
@cchanmi
cchanmi merged commit b81ed51 into develop Aug 2, 2026
1 check passed
@dlrjswns
dlrjswns deleted the chore/pod-install-hook branch August 3, 2026 01:35
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