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
- 리펙터링
- swiftUI
- Refactoring
- UICollectionView
- combine
- ios
- map
- MVVM
- 리펙토링
- Protocol
- ribs
- Xcode
- swift documentation
- SWIFT
- 스위프트
- 클린 코드
- Clean Code
- RxCocoa
- UITextView
- tableView
- uiscrollview
- HIG
- 애니메이션
- 리팩토링
- Human interface guide
- collectionview
- uitableview
- Observable
- rxswift
- clean architecture
Archives
- Today
- Total
목록bitrise (2)
김종권의 iOS 앱 개발 알아가기
[fastlane] *8. fastlane과 Bitrise를 이용한 자동 배포 구축 방법
1. fastlane이란? 2. Bundler란? cocoapod 동기화 방법? 3. fastlane match (certificate, provisioning profile 정보를 git에 저장) 4. fastlane build_app (빌드, firebase에 배포) 5. fastlane 앱 스토어에 배포 (App Store Connect) 6. fastlane register devices, 디바이스 정보(UDID, Name) Apple Developer에 등록 방법 (register_devices) *7. fastlane 총 정리 및 phase별 configuration 설정, 환경변수 설정 *8. fastlane과 Bitrise를 이용한 자동 배포 구축 방법 cf) fastlane 환경 변수 (..
iOS 앱 배포와 출시
2021. 11. 4. 23:55
[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 앱 배포와 출시
2021. 4. 17. 14:08