File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed
Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 11# CoreDataCombine
2- CoreData + Combine
2+
3+ [ ![ SPM compatible] ( https://img.shields.io/badge/spm-compatible-brightgreen.svg?style=flat )] ( https://swift.org/package-manager )
4+ [ ![ GitHub license] ( https://img.shields.io/badge/license-MIT-lightgrey.svg )] ( https://github.com/Alexander-Ignition/OSLogging/blob/master/LICENSE )
5+
6+
7+ ## Features
8+
9+ - [x] NSManagedObjectContext + Scheduler
10+ - [ ] NSAsynchronousFetchRequest + Publisher
11+
12+
13+ ## Instalation
14+
15+ Add dependency to ` Package.swift ` ...
16+
17+ ``` swift
18+ .package (url : " https://github.com/Alexander-Ignition/CoreDataCombine" , from : " 0.0.1" ),
19+ ```
20+
21+ ... and your target
22+
23+ ``` swift
24+ .target (name : " ExampleApp" , dependencies : [" CoreDataCombine" ]),
25+ ```
You can’t perform that action at this time.
0 commit comments