Let the user choose what type of document to open
- by Koning Baard XIV
I'm creating an NSDocument application, with two document types: Website and Webservice. This is in my Info.plist:
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>Website</string>
<key>CFBundleTypeExtensions</key>
<array>
…