levibostian / Wendy-iOS-Reader-CoreData

CoreData support for Wendy SDK. Suggested to use for migration, only. Project not as well maintained.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wendy-iOS Reader CoreData

Wendy reader implementation in CoreData.

Note: This project is designed to be used for data migration of old versions of Wendy. This project reads existing data, does not save new data. If you would like to use CoreData to store data for Wendy, you can create your own writer implementation for Wendy.

Getting started

Install the SDK by adding a new entry to your app’s Podfile:

pod 'Wendy-Reader-CoreData', '~> version-here'

Replace version-here with Version.

Next, add the reader to Wendy:

import Wendy
import WendyReaderCoreData

Wendy.setup(...)
Wendy.shared.addReader(WendyCoreDataQueueReader())

Done!

The next time that Wendy executes, it will read tasks from CoreData as well as other data stores.

About

CoreData support for Wendy SDK. Suggested to use for migration, only. Project not as well maintained.

License:MIT License


Languages

Language:Swift 89.6%Language:Ruby 10.4%