Modern Cocoa Application Examples
Modern Cocoa Application Examples
- Subject: Modern Cocoa Application Examples
- From: Richard Somers <email@hidden>
- Date: Wed, 15 Aug 2007 09:13:42 -0600
In my attempt at writing Cocoa applications, I will occasionally look
to see what Apple has done for guidance and inspiration. In looking
at the newly released Numbers application, which requires Mac OS X
v10.4.10 or later, I noticed the following.
1. Numbers does not appear to use Core Data in the on disk persistent
store.
2. The saved document is a package. Most all document data appears to
be in the index.xml.gz file which is located, not in the Contents
folder, but at the main level of the package. The Contents folder has
a single file, PkgInfo, which contains eight questions marks.
All of this seems a little odd.
Regards, Richard
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden