Skip to content

Commit

Permalink
Documents support for RaiseMan
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Dec 29, 2008
1 parent 0c9e137 commit b4c1efc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions RaiseMan/Info.plist
Expand Up @@ -22,6 +22,23 @@
<string>1.0</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>DocumentType</string>
<key>LSHandlerRank</key>
<string>Default</string>
<key>NSDocumentClass</key>
<string>StaffList</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>????</string>
</array>
</dict>
</array>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
Expand Down

0 comments on commit b4c1efc

Please sign in to comment.