I just thought about using NSPersistentDocument, and in my data model I like to store some binary data.
Good, since 10.7 Core Data provides an external storage function . Does anyone know or even have tests (maybe some samples) what happens when you use it in conjunction with an NSPersistentDocument?
I think I read, if you put at least 1 MB of binary data, in it the main data will create a separate file and save only the link in the database. But what happens if you use it with an NSPersistentDocument? It would be nice for me if he created a package and managed external files in a folder.
Has anyone tried?
source share