Core-Data-Editor
Core-Data-Editor copied to clipboard
Core Data Editor lets you easily view, edit and analyze applications‘ data. Core Data Editor is compatible with Mac and iOS applications and supports XML, SQLite and binary stores, visualizes all rela...
This PR is a first attempt at adding support for UUID attributes (issue #56). * UUID types show up and are editable in the table view for an entity type....
Sorting displayed object by column identifier
After running the Editor for a few dozens of seconds, even without doing anything in particular, two system popups appear indicating that the application wants to have access to the...
Attributes that are NSUUID type are dropped from display because `tableCellViewClassForAttributeType_cde` does not handle them.
I'm new to Core Data Editor. It seems really helpful. However, the tutorial link no longer works: http://thermal-core.com/CoreDataEditor#tutorial. Any chance to fix that link?
Hello. Probably I am doing something wrong but I cannot save changes to my database. Neither edit nor add new objects. I don't have any database validations in place. I...
File NSManagedObjectModel-CDEAdditions.m, line #128 now it looks like this: `..metadataForPersistentStoreOfType:NSSQLiteStoreType..` and it cannot open XML based core data, only the `NSSQLiteStoreType`. It was `metadataForPersistentStoreOfType:nil` before the commit. `nil` causes warning...
Sorting does not work
When i change values in my simulator the core data editor doesn't update the tables. I keep having to go back to the "project browser screen" and refresh the tables....