Fix "No documents could be created" when opening (Apple)

This commit is contained in:
Tres Finocchiaro
2014-05-05 21:51:46 -07:00
parent 3b0fd9dfca
commit 1c4ab566d9

View File

@@ -24,31 +24,25 @@
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>mmp</string>
<string>MMP</string>
<string>mmpz</string>
<string>MMPZ</string>
</array>
<key>LSItemContentTypes</key>
<array>
<string>public.mmp</string>
<string>public.mmpz</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>project.icns</string>
<key>CFBundleTypeName</key>
<string>@MACOSX_BUNDLE_GUI_IDENTIFIER@ Project</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleTypeMIMETypes</key>
<key>LSIsAppleDefaultForType</key>
<true/>
<key>LSItemContentTypes</key>
<array>
<string>@MACOSX_BUNDLE_MIMETYPE@</string>
<string>public.mmp</string>
<string>public.mmpz</string>
</array>
<key>CFBundleTypeExtensions</key>
<array>
<string>mmp</string>
<string>mmpz</string>
</array>
<key>NSDocumentClass</key>
<string>@MACOSX_BUNDLE_GUI_IDENTIFIER@ Project</string>
</dict>
</array>
</dict>
</plist>
</plist>