18

This is taken from the OSX iCloud Storage reference document:

If you're writing a shoebox app, on the other hand, you should not use NSDocument. So if you're doing a shoebox app, you must implement your own file presenter and deal with version conflicts through that API.

What is a shoebox app?

Paul de Lange
  • 10,613
  • 10
  • 41
  • 56

1 Answers1

16

A single-window or library style app. See the Mac App Programming Guide, specifically The App Style Determines the Core Architecture section.

WrightsCS
  • 50,551
  • 22
  • 134
  • 186