-
Notifications
You must be signed in to change notification settings - Fork 0
TestFlight 자동 배포 테스트 #104
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
Closed
Closed
TestFlight 자동 배포 테스트 #104
Conversation
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
[REFACTOR] 필요에 맞게 SDK 설치를 통한 파일 용량 개선(RxKakaoSDK → KakaoSDK 일부)
- 컨벤션 파일 제거로 인한 빌드 파일 수정
- Run SwiftLint 스크립트 추가 - SwiftLint rule 파일 추가
…tor/#92-Replacing-Kingfisher-with-a-custom-image-caching-and-resizing-module
- 프로젝트 이름 환경변수 제거
- 멍청하게 파일명을 잘못 넣음 ㅠ
- 자동화 코드에서 xcconfig를 생성하도록 수정 - 프로젝트 설정에 프로비저닝을 빌드용으로 변경
- 테플에서 중복된 빌드 번호가 중복될 경우 배포가 안되는 문제를 해결하기 위해 빌드번호를 자동으로 추가하도록 수정
- 빌드 번호 증가를 위한 Actions step 제거
- 같이 변경된 info도 동반할게요
- 빌드 번호 자동 증가를 run script에서 하도록 수정 - run script는 archive 동작에만 변경되도록 수정 - info.plist에 CFBundleVersion, CFBundleShortVersion 추가
- Bundle version이 CFBundleVersion을 따르지 않았음 - Info를 기반으로 pbxproj를 수정하는 방식은 옳지 않다 생각했음 - 커스텀된 빌드 버전 넘버링을 버리고 agvtool을 이용하도록 수정
- agvtool을 실행하기 위해 프로젝트 파일이 있는 경로로 이동하도록 수정
- 기존에 수출 관리 규정 우회를 pbxproj에서 관리되던 것을 info.plist로 수정 - 테스트플라이트 배포 성공 시 Discord로 알림이 가도록 웹훅 추가
- 자동 빌드 번호 부여하기 찐막 - 웹훅 단순화 - xcconfig가 제대로 적용되지 않는 문제 수정(테플에서 키가 제대로 안먹었음)
Closed
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.
📌 이슈
✅ 작업 사항