Sync — 1.5.1
- Update DATAStack dependency
DATAStack — 4.1.0
- Added support for having your data stores with different names, before if your model was
Model.momd
then your data store would have beenModel.sqlite
.
Use the following initalizer to make use of this feature:
public init(modelName: String, bundle: NSBundle, storeType: DATAStackStoreType, storeName: String)
- Added support for versioning out of the box, and also fix a crash when there is no
.momd
file but a single.mom
file.