libs-gscoredata/DataBuilder/TODO
H. Nikolaus Schaller 44c5699146 added manually converted .nib files
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep@25796 72102866-910b-0410-8b05-ffd578937521
2007-12-29 16:31:06 +00:00

20 lines
621 B
Text

* Implement fetch request editing.
* Implement predicate editing.
* Complete implementation of fetched property editor.
* make data model compatible to Xcode .xcdatamodel so that one can exchange or write universal projects
- .xcdatamodel it is a file bundle (simple directory)
- has two files
- elements
- layout
- both are keyed archives
- Xcode translates the .xcdatamodel into a .mom (a third keyed archive format)
which becomes part of the bundle resources
- so our GSCoreData should be capable of reading .mom
- and DataBuilder should be able to write/generate .mom
* fix GUI glitches