0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.md More... over 6 years ago
Merge pull request #3 from azplanlos/master More... over 8 years ago
allow replacing of database More... over 8 years ago
add block for error handling More... over 8 years ago
ADDED: very basic options to allow iOS5+ CoreData threadsafety features More... over 10 years ago
FIXED: typo in @property More... over 10 years ago
Several major improvements: Added lots of useful helper methods; Added thread-safety guarantees (makes CoreData 'safe' to use) More... over 10 years ago
ADDED: simple method to check whether a store has been used before or needs the app to initialize all its basic data More... over 11 years ago
ADDED: optional auto-migration of stores; nearly all projects want/need this, but Apple defaults it to "off" ADDED: "shared" initialization that returns the same CDS instance every time you ask for the same model/db pair, this makes it safe to call from different classes at different times without saving the pointer (otherwise Apple's code crashes pre-emptively "just in case" there was a change) More... over 11 years ago
UPDATED: readm More... over 11 years ago
UPDATED: readme More... over 11 years ago
UPDATED: readme More... over 11 years ago
ADDED: a very useful method that shortens Apple's over-verbose (and dangerous!) [NSEntityDescription entityForName:managedObjectContext] into a simpler, easier, safer method. ([stack entityForClass:] More... over 11 years ago
ADDED: automatically migrates your core data model, which should be the Apple default but isn't More... over 11 years ago
RE-ADDED: support for specifying your preferred database filename (e.g. .sqlite file), without having to specify a full URL to where its located (instead, we place it in / load it from the documents directory automatically) More... almost 12 years ago
Discovered a bug in NSFetchedResultsController that crashes your app if you use wipeAllData method. Added a workaround that seems to work, using NSNotifications (see the docs for the wipeAllData method for more details - you will need to copy/paste some code) More... almost 12 years ago
Minor change to usage instructions More... almost 12 years ago
Added a method to let you delete all data from your CoreData store (reset it to empty) More... almost 12 years ago
Fixed stupid mistake where I'd hardcoded the model name. Not sure how that happened. Tiredness? More... almost 12 years ago
Altered to make it compile on iPhone. Apple's (documented) approach to weak-linking appears to fail here, Xcode refuses to do the address compare for externs. I have no idea how to work around this. So, this commit will PROBABLY break OS X More... almost 12 years ago
Version 1. Works, in use in several projects on the app store, but it's far from perfect. More... almost 12 years ago
initial commit More... almost 12 years ago