Conversation
한국어 앱 정보·카테고리·저작권과 심사 안내를 저장소 원본으로 관리 스크린샷은 재생성 불가한 마케팅 이미지라 gitignore 예외로 추적
release lane이 메타데이터·스크린샷을 업로드하고 버전과 빌드 넘버를 자동 부여하도록 확장, 승인 시 자동 출시로 전환 심사 담당자 연락처는 개인정보라 환경변수로만 주입 verify_metadata lane으로 빌드 전에 누락·글자수를 사전 차단
버전 태그 push 또는 수동 실행으로 심사 제출까지 자동화 메타데이터 검증을 별도 job으로 선행해 빌드 비용을 아낌
새로 아카이브하지 않고 요청 버전의 TestFlight 최신 빌드를 선택해 심사 제출하도록 변경하고, 서명·Xcode·Tuist 가 불필요해 release 잡을 ubuntu 로 옮김
release 가 아카이브 대신 TestFlight 빌드를 선택함을 명시하고 마케팅 버전 사전 확정 전제와 Secrets 설명을 갱신
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.
변경 사항
releaselane이 새로 아카이브하지 않고, 요청 버전의 TestFlight 최신 빌드를 선택해 심사 제출하도록 전환 (skip_binary_upload)appstore-release.yml의 release 잡을ubuntu-latest로 이동하고 관련 스텝·Secrets env 정리To Reviewer
App Store 심사에 올라가는 바이너리가 TestFlight에서 검증한 빌드와 동일하도록 개선했습니다. 이제 release는 빌드를 새로 만들지 않고 기존 TestFlight 빌드를 그대로 제출합니다. 출시하려는 버전의 RC 빌드가 먼저 TestFlight에 올라가 있어야 하며, 없으면 워크플로가 실패합니다.