Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Clean-Swift/CleanStore
A sample iOS app built using the Clean Swift architecture. Clean Swift is Uncle Bob's Clean Architecture applied to iOS and Mac projects. CleanStore demonstrates Clean Swift by implementing the create order use case described by in Uncle Bob's talks.
https://github.com/Clean-Swift/CleanStore
Last synced: about 1 month ago
JSON representation
A sample iOS app built using the Clean Swift architecture. Clean Swift is Uncle Bob's Clean Architecture applied to iOS and Mac projects. CleanStore demonstrates Clean Swift by implementing the create order use case described by in Uncle Bob's talks.
- Host: GitHub
- URL: https://github.com/Clean-Swift/CleanStore
- Owner: Clean-Swift
- License: mit
- Created: 2015-09-03T06:39:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-10-05T04:06:37.000Z (about 3 years ago)
- Last Synced: 2024-06-06T14:34:47.501Z (6 months ago)
- Language: Swift
- Homepage: https://clean-swift.com/clean-swift-ios-architecture/
- Size: 185 KB
- Stars: 1,898
- Watchers: 87
- Forks: 318
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-open-source-ios-apps - CleanStore
README
# CleanStore
[![IDE](https://img.shields.io/badge/Xcode-10-blue.svg)](https://developer.apple.com/xcode/)
[![Language](https://img.shields.io/badge/swift-4-orange.svg)](https://swift.org)
[![Platform](https://img.shields.io/badge/iOS-12-green.svg)](https://developer.apple.com/ios/)
[![Build Status](https://travis-ci.org/Clean-Swift/CleanStore.svg?branch=master)](https://travis-ci.org/Clean-Swift/CleanStore)
[![License](https://img.shields.io/github/license/Clean-Swift/CleanStore.svg)](LICENSE)A sample iOS app built using the Clean Swift architecture. Clean Swift is Uncle Bob's Clean Architecture applied to iOS and Mac projects. CleanStore demonstrates Clean Swift by implementing the create order use case described by in Uncle Bob's talks.