Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Fastlane 으로 설정한 profile 을 target 에 수동으로 설정 (#370) #371

Merged
merged 2 commits into from
Feb 28, 2023

Conversation

hyun99999
Copy link
Member

🌴 PR 요약

🌱 작업한 브랜치

🌱 작업한 내용

  • fastlane match appstore -a (bundle identifier)fastlane match development -a (bundle identifier) 명령어로 profile 을 다운받아서 수동으로 추가해주었습니다.
  • 준쌤덕에 match 도 사용해봤습니당 둘다 경험해보니깐 match가 좀 더 좋은 거 같아요. sigh and cert 방식은 기존의 인증서를 지우지 않아도 되지만 개발자에게 직접 파일을 넘겨주기 위한 설정의 과정이 필요해서 번거로웠던 것 같아용. 소규모 인원의 프로젝트였기 때문에 이렇게 중간에 도입해서 인증서를 새로 만들더라도 match 에서 private repo 를 활용한 방식이 더 적용하기 편했던 것 같습니다. 이후에 타겟이 추가되어 profile 을 다시금 다운받는 과정에서도 손쉽게 할 수 있는 것이 장점이라고 느꼈어요! (한껏.. 느낀점 적기..)
  • 참고

https://docs.fastlane.tools/actions/match/#match

📮 관련 이슈

@hyun99999 hyun99999 added Hyungyu 🐯 현규 교수님 작업 Chore 그 이외의 잡일, production code의 변경은 없음 labels Feb 18, 2023
Copy link
Member

@dlwns33 dlwns33 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다! 매치 정복 완료!

@hyun99999 hyun99999 merged commit 7ff956d into TeamNADA:develop Feb 28, 2023
@hyun99999 hyun99999 deleted the feature/#370 branch February 28, 2023 14:56
dlwns33 added a commit to dlwns33/NADA-iOS-ForRelease that referenced this pull request Mar 13, 2023
dlwns33 added a commit to dlwns33/NADA-iOS-ForRelease that referenced this pull request Mar 13, 2023
dlwns33 added a commit to dlwns33/NADA-iOS-ForRelease that referenced this pull request Mar 13, 2023
dlwns33 added a commit to dlwns33/NADA-iOS-ForRelease that referenced this pull request Mar 13, 2023
dlwns33 added a commit to dlwns33/NADA-iOS-ForRelease that referenced this pull request Mar 13, 2023
dlwns33 added a commit to dlwns33/NADA-iOS-ForRelease that referenced this pull request Mar 13, 2023
dlwns33 added a commit to dlwns33/NADA-iOS-ForRelease that referenced this pull request Mar 13, 2023
dlwns33 added a commit to dlwns33/NADA-iOS-ForRelease that referenced this pull request Mar 13, 2023
dlwns33 added a commit to dlwns33/NADA-iOS-ForRelease that referenced this pull request Mar 13, 2023
dlwns33 added a commit to dlwns33/NADA-iOS-ForRelease that referenced this pull request Mar 13, 2023
dlwns33 added a commit to dlwns33/NADA-iOS-ForRelease that referenced this pull request Mar 13, 2023
dlwns33 added a commit to dlwns33/NADA-iOS-ForRelease that referenced this pull request Mar 13, 2023
dlwns33 added a commit to dlwns33/NADA-iOS-ForRelease that referenced this pull request Mar 13, 2023
dlwns33 added a commit to dlwns33/NADA-iOS-ForRelease that referenced this pull request Mar 13, 2023
dlwns33 added a commit to dlwns33/NADA-iOS-ForRelease that referenced this pull request Mar 13, 2023
dlwns33 added a commit to dlwns33/NADA-iOS-ForRelease that referenced this pull request Mar 13, 2023
dlwns33 added a commit to dlwns33/NADA-iOS-ForRelease that referenced this pull request Mar 13, 2023
dlwns33 added a commit to dlwns33/NADA-iOS-ForRelease that referenced this pull request Mar 13, 2023
dlwns33 added a commit to dlwns33/NADA-iOS-ForRelease that referenced this pull request Mar 13, 2023
dlwns33 added a commit to dlwns33/NADA-iOS-ForRelease that referenced this pull request Mar 13, 2023
dlwns33 added a commit to dlwns33/NADA-iOS-ForRelease that referenced this pull request Mar 13, 2023
dlwns33 added a commit to dlwns33/NADA-iOS-ForRelease that referenced this pull request Mar 13, 2023
dlwns33 added a commit to dlwns33/NADA-iOS-ForRelease that referenced this pull request Mar 13, 2023
dlwns33 added a commit to dlwns33/NADA-iOS-ForRelease that referenced this pull request Mar 13, 2023
dlwns33 added a commit to dlwns33/NADA-iOS-ForRelease that referenced this pull request Mar 13, 2023
dlwns33 added a commit to dlwns33/NADA-iOS-ForRelease that referenced this pull request Mar 13, 2023
dlwns33 added a commit to dlwns33/NADA-iOS-ForRelease that referenced this pull request Mar 13, 2023
dlwns33 added a commit to dlwns33/NADA-iOS-ForRelease that referenced this pull request Mar 13, 2023
dlwns33 added a commit to dlwns33/NADA-iOS-ForRelease that referenced this pull request Apr 11, 2023
dlwns33 added a commit to dlwns33/NADA-iOS-ForRelease that referenced this pull request Apr 11, 2023
dlwns33 added a commit to dlwns33/NADA-iOS-ForRelease that referenced this pull request Apr 11, 2023
dlwns33 added a commit that referenced this pull request Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Chore 그 이외의 잡일, production code의 변경은 없음 Hyungyu 🐯 현규 교수님 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

chore: main app 이 아닌 target 의 profile 을 Fastlane 으로 수동 설정
2 participants