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

Replace STAssert* with XCTAssert* macros #112

Closed tciuro closed 9 years ago

tciuro commented 9 years ago

STAssert* macros should be replaces with their XCTAssert* counterparts.