An open API service indexing awesome lists of open source software.

https://github.com/wibosco/coredatamigration-example

An example project showing how to implement data migration using NSPersistentContainer
https://github.com/wibosco/coredatamigration-example

coredata ios migration nspersistentcontainer swift

Last synced: 8 months ago
JSON representation

An example project showing how to implement data migration using NSPersistentContainer

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/wibosco/CoreDataMigration-Example.svg)](https://travis-ci.org/wibosco/CoreDataMigration-Example)
Swift
Twitter: @wibosco

# CoreDataMigration-Example
An example project showing how we can implement data migration using NSPersistentContainer https://williamboles.com/step-by-step-core-data-migration/

**This solution is no longer maintained, head over to https://williamboles.com/progressive-core-data-migration/ to see the post about Core Data migration and checkout https://github.com/wibosco/CoreDataMigrationRevised-Example to see it's accompanying example.**