- document-based app
- allow creating and editing CoreData models
- three-pane layout like XCode's CoreData editor
- left pane: entities, fetch requests, configurations
- center pane: currently selected entity / fetch request / configuration screen
- right pane: data model inspector
- editor actions (menu items)
- Add Entity
- Add Fetch Request
- Add Configuration (do we need this?)
- Add Attribute (to selected entity)
- Add Relationship (to selected entity)
- Add Model Version
- Import (momd files)
- low priority: allow inspecting actual stores, like this app
The app should use standard XIBs with simple struts & springs layout for its GUI. Autolayout can be used only if it will work on GNUstep (so, no dynamic removal of constraints, no fancy containers).
Official docs
In fact, it's probably easier to touch up and port Core-Data-Editor rather than building a new app.
The app should use standard XIBs with simple struts & springs layout for its GUI. Autolayout can be used only if it will work on GNUstep (so, no dynamic removal of constraints, no fancy containers).
Official docs
In fact, it's probably easier to touch up and port Core-Data-Editor rather than building a new app.