Revision: 494
http://fuse-for-macosx.svn.sourceforge.net/fuse-for-macosx/?rev=494&view=rev
Author: fredm
Date: 2008-03-27 05:03:43 -0700 (Thu, 27 Mar 2008)
Log Message:
-----------
Fix mdr type info, round out mgt and img type exports.
Modified Paths:
--------------
trunk/fuse/fusepb/Info-Fuse.plist
Modified: trunk/fuse/fusepb/Info-Fuse.plist
===================================================================
--- trunk/fuse/fusepb/Info-Fuse.plist 2008-03-26 10:36:07 UTC (rev 493)
+++ trunk/fuse/fusepb/Info-Fuse.plist 2008-03-27 12:03:43 UTC (rev 494)
@@ -387,10 +387,6 @@
<array>
<string>net.sourceforge.projects.fuse-emulator.mdr</string>
</array>
- <key>LSTypeIsPackage</key>
- <true/>
- <key>NSPersistentStoreTypeKey</key>
- <string>Binary</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
@@ -442,10 +438,6 @@
<array>
<string>net.sourceforge.projects.fuse-emulator.img</string>
</array>
- <key>LSTypeIsPackage</key>
- <true/>
- <key>NSPersistentStoreTypeKey</key>
- <string>Binary</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
@@ -463,10 +455,6 @@
<array>
<string>net.sourceforge.projects.fuse-emulator.mgt</string>
</array>
- <key>LSTypeIsPackage</key>
- <true/>
- <key>NSPersistentStoreTypeKey</key>
- <string>Binary</string>
</dict>
</array>
<key>CFBundleExecutable</key>
@@ -857,6 +845,44 @@
</array>
</dict>
</dict>
+ <dict>
+ <key>UTTypeConformsTo</key>
+ <array>
+ <string>net.sourceforge.projects.fuse-emulator.MassStorage</string>
+ </array>
+ <key>UTTypeDescription</key>
+ <string>ZX Spectrum Microdrive Cartridge Image</string>
+ <key>UTTypeIdentifier</key>
+ <string>net.sourceforge.projects.fuse-emulator.mdr</string>
+ <key>UTTypeReferenceURL</key>
+ <string>http://www.worldofspectrum.org/faq/reference/formats.htm</string>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <array>
+ <string>mdr</string>
+ </array>
+ </dict>
+ </dict>
+ <dict>
+ <key>UTTypeConformsTo</key>
+ <array>
+ <string>net.sourceforge.projects.fuse-emulator.MassStorage</string>
+ </array>
+ <key>UTTypeDescription</key>
+ <string>ZX Spectrum DISCiPLE/+D Disk Image</string>
+ <key>UTTypeIdentifier</key>
+ <string>net.sourceforge.projects.fuse-emulator.img</string>
+ <key>UTTypeReferenceURL</key>
+ <string>http://www.worldofspectrum.org/faq/reference/formats.htm</string>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <array>
+ <string>img</string>
+ </array>
+ </dict>
+ </dict>
</array>
</dict>
</plist>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|