🛠 Development Environment
라이브러리
Version
Then
3.0.0
SPM
SnapKit
5.6.0
SPM
RxSwift
6.6.0
SPM
RxCocoa
6.6.0
SPM
RxKakaoOpenSDK
2.17.0
SPM
📖 Milestone SwiftLint Rule & Usage
disabled_rules:
- trailing_whitespace
- force_cast
- force_try
- force_unwrapping
- identifier_name
- line_length
- shorthand_operator
- type_name
- function_parameter_count
- function_body_length
- nesting
- cyclomatic_complexity
- mark
opt_in_rules:
- empty_count
- empty_string
- vertical_parameter_alignment_on_call
dnd-9th-1-ios
└── Milestone
└── Milestone
├── Core
│ ├── API
│ ├── Foundation
│ └── Services
├── Global
│ ├── Base
│ ├── Component
│ ├── Enum
│ ├── Extension
│ ├── Literal
│ ├── Resource
│ │ ├── Assets.xcassets
│ │ └── Font
│ ├── Support
│ └── Utils
├── Model
├── Network
│ └── Foundation
└── Screens
├── Onboarding
│ ├── View
│ └── ViewModel
├── Main
│ └── View
├── StorageBox
│ ├── View
│ └── ViewModel
├── FillBox
│ ├── Protocol
│ ├── View
│ │ └── Cell
│ └── ViewModel
├── CompletionBox
│ ├── View
│ │ └── Cell
│ └── ViewModel
└── Setting
├── Cell
└── ViewModel
@Parkjju
@EunsuSeo01
완료함
설정화면
Alamofire 네트워크 세팅
카카오톡 & 애플 로그인
키체인 옵저버블
프로젝트 세팅
메인 PageVC + SegmentControl
채움함
복구함