Wendy-Reader-CoreData 1.0.1

Wendy-Reader-CoreData 1.0.1

Maintained by Levi Bostian.



  • By
  • Levi Bostian

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 ![Versionimage-6]7)

Next, add the reader to Wendy:

import Wendy
import WendyReaderCoreData

Wendy.shared.addReader(WendyCoreDataQueueReader())

Done!

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