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
- Observable
- 리팩토링
- uiscrollview
- collectionview
- Clean Code
- clean architecture
- Protocol
- SWIFT
- ribs
- 애니메이션
- 리펙터링
- uitableview
- UICollectionView
- ios
- 클린 코드
- swift documentation
- HIG
- map
- MVVM
- UITextView
- RxCocoa
- rxswift
- Human interface guide
- Xcode
- tableView
- combine
- 리펙토링
- 스위프트
Archives
- Today
- Total
목록패키지 관리 도구 (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] Mint 패키지 관리 도구, SwiftLint 적용 방법, (Failed to build with SPM 오류 해결)
Mint 란? SPM을 지원하는 프레임워크를 편하게 설치할 수 있는 Swift command line 툴 장점 특정 버전의 패키를 쉽게 실행 패키지를 전역으로 link 기능이 간편 빌드는 버전 별로 자동으로 캐싱 쉽게 사용할 수 있도록 Mintfile에 버전이 지정된 패키지 목록을 지정하여 사용 Home brew로 Mint 설치 HomeBrew 설치 방법은 이곳 참고 M1에서 설치 $ arch -arm64 brew install mint (intel에서 설치) $ brew install mint mint 사용 준비 - Mintfile 파일 project의 root 폴더에 Mintfile 파일 생성 $ vi Mintfile realm/SwiftLint@0.44.0 입력 후 저장 Mintfile에 명시된 의..
빌드 환경 설정
2021. 12. 8. 01:38