Skip to content

usagimaru/ZipArchivedDocument

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The sample implementation of a zip-archived NSDocument for macOS AppKit platform.

Topics

Resources

License

Stars

Watchers

Forks

Languages