Using Xcode 4.2 I have created an NSPersistentDocument based CoreData application. In the -init Method of my document class, I populate the MOC with some objects. When I quit the application, and reopen, then these objects are still present plus the newly generated ones. This is all OK for me, but I just wanted to know where this document named 'Untitled' is actually stored and in what format? I could not find anything appropriate in ~/Library/...
|
feedback
|