File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Clean Architecture using SwiftUI + Combine
2
2
3
- This is a boilerplate project for iOS applications built using the Clean Architecture approach with SwiftUI and Combine.
3
+ The example app uses the Clean Architecture approach with SwiftUI and Combine.
4
4
5
5
## Features
6
-
6
+ - ** Xcodegen ** : Automated project configuration.
7
7
- ** Clean Architecture** : Separation of concerns with clear boundaries between layers.
8
8
- ** SwiftUI** : Declarative UI framework for building modern iOS apps.
9
9
- ** Combine** : Reactive framework for handling asynchronous events and data streams.
10
10
- ** Dependency Injection** : Easy management of dependencies and testability.
11
- - ** Modularization** : Encourages modular design for better code organization and reusability.
12
11
- ** Unit Tests** : Includes unit tests for business logic and use cases.
13
12
- ** Dark Mode** : Programmatically supports Dark Mode switch.
14
13
- ** SwiftData** : SwiftData support.
15
14
16
-
17
15
## Requirements
18
16
19
17
- Xcode 15.0+
You can’t perform that action at this time.
0 commit comments