Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 630 Bytes

File metadata and controls

11 lines (6 loc) · 630 Bytes

ZipArchivedDocument

The sample implementation of a zip-archived document for macOS AppKit platform. You can implement NSDocument-based document archiving and unarchiving processes in your application like .sketch and .key file formats.

The .arcdoc document file format defined in this sample project will be archive to zip and can be unzipped on the Finder by adding .zip extension.

.arcdoc file and unzipped document.

ZIP Foundation framework is used for the zip archiving process.

See the NSDocument implementation for details.