magicalpanda / MagicalRecord

Super Awesome Easy Fetching for Core Data!
Other
10.8k stars 1.79k forks source link

Expose +MR_coordinatorWithSqliteStoreNamed:withOptions: as a public API #1185

Closed leslie-lei closed 5 years ago

leslie-lei commented 8 years ago

To allow custom Data Protection level on the Core Data store files, we need to set a custom NSPersistentStoreFileProtectionKey on the persistent store. Exposing two API variants to allow us to pass in custom options.

Refactored + MR_coordinatorWithAutoMigratingSqliteStoreNamed:withOptions: to add the passed in options on top of +MR_autoMigrationOptions.

Coeur commented 5 years ago

Thank you, but I don't have the access permissions to merge an out-of-date branch, so this issue will be handled by #1364 instead.