Tagged Questions
3
votes
4answers
790 views
Use ZIP-archives to store NSDocument data
I noticed that Apple started using zip archives to replace document packages (folders appearing as a single file in Finder) in the iWork applications. I'm considering doing the same as I keep getting ...
0
votes
1answer
235 views
Overriding NSDocument's fileWrapperOfType causes “Document could not be saved.”
I've got to be missing something simple, but Google is not helping.
My file saves and loads fine. (I've overridden dataOfType to get some stuff in it.) Then I override fileWrapperOfType (in ...