tciuro / NanoStore

NanoStore is an open source, lightweight schema-less local key-value document store written in Objective-C for Mac OS X and iOS.
Other
404 stars 39 forks source link

Warning: NSFNanoStore.m:208:1: Ivar '_hasUnsavedChanges' which backs the property is not referenced in this property's accessor #106

Closed tciuro closed 10 years ago

tciuro commented 10 years ago

The '_hasUnsavedChanges' property is not being managed correctly. Add a unit test as well.