├── README.md └── iCloudCoreDataStack ├── AppDelegate.h ├── AppDelegate.m ├── PersistentStack.h └── PersistentStack.m /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mluisbrown/iCloudCoreDataStack/HEAD/README.md -------------------------------------------------------------------------------- /iCloudCoreDataStack/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mluisbrown/iCloudCoreDataStack/HEAD/iCloudCoreDataStack/AppDelegate.h -------------------------------------------------------------------------------- /iCloudCoreDataStack/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mluisbrown/iCloudCoreDataStack/HEAD/iCloudCoreDataStack/AppDelegate.m -------------------------------------------------------------------------------- /iCloudCoreDataStack/PersistentStack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mluisbrown/iCloudCoreDataStack/HEAD/iCloudCoreDataStack/PersistentStack.h -------------------------------------------------------------------------------- /iCloudCoreDataStack/PersistentStack.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mluisbrown/iCloudCoreDataStack/HEAD/iCloudCoreDataStack/PersistentStack.m --------------------------------------------------------------------------------