[Setting] #3 - Fastlane을 이용한 app signing 설정 & Certificate 관리#4
Merged
L-j-h-c merged 3 commits intoTeamRecorDream:developfrom Sep 17, 2022
Merged
Conversation
Contributor
Author
Member
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.
👻 작업한 내용
Fastlane Match 세팅 완료했습니다.
아래 PR Point에 나오는 순서대로 인증서 설치 과정 진행해주세요.
Fastlane Match를 이용하는 이유를 살짝 설명드리자면...
기존에는 인증서를 app store connect에서 수작업으로 생성하고 다운 받은 후, 카카오톡이나 메일처럼 개인적으로 공유해야 했는데, 생각보다 손이 많이가고 보안 면에서 좋지 않습니다.
Fastlane Match를 이용하면 Private한 Git 저장소에 인증서와 Provisioning Profile을 암호화하여 관리하기 때문에, 나중에 새로운 개발자가 들어와서 인증서를 갱신해야하거나 공유할 일이 필요할 때 Fastlane의 명령어 한 줄로 처리할 수 있습니다.
🎤 PR Point
아래는 다른 프로젝트 팀원분이 작성해주신 인증서 설치 순서입니다...
https://github.com/TeamRecorDream/RecorDream-iOS-Certificate.git <-이걸로 넣어주세요!
com.RecorDream.Release <-이걸로 넣어주세요!
📮 관련 이슈