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
- 스위프트
- Protocol
- swift documentation
- Observable
- 리팩토링
- 리펙토링
- MVVM
- uitableview
- 클린 코드
- rxswift
- swiftUI
- 리펙터링
- HIG
- RxCocoa
- 애니메이션
- UICollectionView
- tableView
- uiscrollview
- combine
- UITextView
- ribs
- Xcode
- map
- ios
- Human interface guide
- Refactoring
- SWIFT
- Clean Code
- clean architecture
- collectionview
Archives
- Today
- Total
목록CFBundleShortVersionString (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] Siren 프레임워크 - 강제 업데이트 방법, 버전 개념 (CFBundleVersion, CFBundleShortVersionString, Version, Build, Marketing_Version, Current_Project_Version)
iOS 에서 사용하는 버전의 개념 Xcode에서 관리하는 버전 CFBundleShortVersionString (marketing_version) - Aoo Store에 게시할 때마다 증가해줘야 하는 버전 major.minor.patch CFBundleVersion (Current_Proejct_Version) - 개발자가 내부적으로 확인하기 위한 용도 (날짜를 사용하기도 함 - 2021.12.29.1 ) 코드에서 접근 - Bundle.main.infoDictinoary로 접근 let marketingVersion = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String let currentProjectVersion = Bundle.m..
iOS framework
2021. 12. 29. 02:02