Conversation
Contributor
There was a problem hiding this comment.
Code Review
이 풀 리퀘스트는 위젯 확장을 지원하기 위해 Fastlane 설정을 업데이트합니다. Fastfile과 Matchfile에 위젯 식별자를 추가하고 CI 과정에서 메인 앱과 위젯 타겟 모두에 코드 서명이 적용되도록 수정했으며, 프로파일 동기화를 위한 sync_appstore_profiles 레인을 추가했습니다. 리뷰 피드백으로는 해당 레인에서 force: true 옵션을 사용하는 것이 비효율적일 수 있으므로 개선이 필요하다는 의견이 있었습니다.
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.
🔗 연관된 이슈
📝 작업 내용
📌 요약
TestFlight 배포 시 앱과 위젯 App Store 프로파일을 함께 동기화하고 적용하도록 fastlane 설정 확장
🔍 상세
opfic.DevLog.DevLogWidgetbundle identifier를 match 대상에 추가DevLog,DevLogWidgetExtension타겟별 provisioning profile 적용 로직 추가iOS Code Signingworkflow 추가sync_appstore_profileslane을 통해 앱/위젯 App Store 프로파일 갱신 가능하도록 구성ruby -c fastlane/Fastfile및 workflow YAML 파싱 확인📸 영상 / 이미지 (Optional)