Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- RxCocoa
- 리펙토링
- map
- MVVM
- Refactoring
- Observable
- rxswift
- 애니메이션
- Clean Code
- collectionview
- 스위프트
- tableView
- 리펙터링
- SWIFT
- combine
- UITextView
- ribs
- Human interface guide
- swift documentation
- swiftUI
- 리팩토링
- Xcode
- ios
- 클린 코드
- Protocol
- uitableview
- clean architecture
- UICollectionView
- HIG
- uiscrollview
Archives
- Today
- Total
김종권의 iOS 앱 개발 알아가기
[CI/CD] CI/CD 기본 개념 본문
배포 기초 개념
- Build vs Archive
- Build: 소스코드가 프로젝트를 실행할 수 있도록 하는 것
- Archive(= 패키지): 결과물은 .ipa파일이며 앱과 resource들을 포함하는 통합 패키지
CI/CD란
- CI (Continuous Intergration): 빌드, 테스트 자동화
- CD: 배포 자동화
- Continious Delivery: 프로덕션은 수동 배포
- Continious Deployment: 프로덕션까지 자동 배포
* iOS에서는 CI/CD를 위해서 fastlane과 bitrise 또는 zenkins 사용
'iOS 앱 배포와 출시' 카테고리의 다른 글
[iOS - swift] Xcode에서의 configuration별 build Settings 설정값 (최적화) (0) | 2021.05.05 |
---|---|
[iOS - swift] iOS 프로젝트 배포 환경별 build 세팅, Build Scheme 세팅 (단일타겟, xcconfig) (0) | 2021.04.21 |
[iOS - swift] AppStore 앱스토어 심사 제출에 필요한 리소스 (0) | 2021.03.19 |
[iOS - swift] fastlnae으로 스크린샷 (snapshot) 찍기 (0) | 2021.01.16 |
[fastlane] 5. fastlane deliver로 Apple Store에 배포, TestFlight 배포 (4) | 2021.01.16 |
Comments