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
- clean architecture
- 리팩토링
- ios
- map
- combine
- 리펙토링
- RxCocoa
- swift documentation
- 리펙터링
- Human interface guide
- 스위프트
- Xcode
- collectionview
- Protocol
- uitableview
- HIG
- tableView
- ribs
- MVVM
- Refactoring
- 클린 코드
- rxswift
- UITextView
- Clean Code
- UICollectionView
- 애니메이션
- swiftUI
- Observable
- SWIFT
- uiscrollview
Archives
- Today
- Total
목록tuist fetch (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 4. Tuist 사용 방법 - Dependencies.swift, 의존성 설정 방법, Project 단위로 나누는 방법
* 목차 Carthage, SPM 의존성 사용 방법 * starter project - github Tuist에서 의존성 관리 방법 Tuist 하위 폴더 안에 Dependencies.swift파일이 있고, tuist fetch를 실행시켜 Dependencies 디렉토리에 프레임워크를 모아놓음 Project.swift 파일에서 Dependencies 의존성 설정을 할 수 있는데, 이 때 .external(name: "Alamofire")과 같이 추가하여 의존성 설정 현재 디렉토리 형태) . └── Tuist └── Templates └── app ├── AppDelegate.stencil ├── LaunchScreen.stencil ├── Project.stencil ├── ViewController.st..
iOS 응용 (swift)
2023. 3. 15. 00:30