Skip to content

Commit 563b508

Browse files
committed
refactor: update readme
1 parent 65f600e commit 563b508

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
# Clean Architecture using SwiftUI + Combine
22

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.
44

55
## Features
6-
6+
- **Xcodegen**: Automated project configuration.
77
- **Clean Architecture**: Separation of concerns with clear boundaries between layers.
88
- **SwiftUI**: Declarative UI framework for building modern iOS apps.
99
- **Combine**: Reactive framework for handling asynchronous events and data streams.
1010
- **Dependency Injection**: Easy management of dependencies and testability.
11-
- **Modularization**: Encourages modular design for better code organization and reusability.
1211
- **Unit Tests**: Includes unit tests for business logic and use cases.
1312
- **Dark Mode**: Programmatically supports Dark Mode switch.
1413
- **SwiftData**: SwiftData support.
1514

16-
1715
## Requirements
1816

1917
- Xcode 15.0+

0 commit comments

Comments
 (0)