Reputation: 3804
In my document-based project I left the 'Document extension' field default, and can't figure out where to change it now. Would I only be able to do it programmatically now?
Upvotes: 1
Views: 533
Reputation: 96333
The document file type extension is specified in your Info plist. You can either edit it directly, or edit your target, which includes select Info.plist properties—including the document types list—in its editor.
Upvotes: 2