[Fuse-for-macosx-commits] SF.net SVN: fuse-for-macosx: [411] trunk
Brought to you by:
fredm
|
From: <fr...@us...> - 2007-07-01 02:20:49
|
Revision: 411
http://svn.sourceforge.net/fuse-for-macosx/?rev=411&view=rev
Author: fredm
Date: 2007-06-30 19:20:49 -0700 (Sat, 30 Jun 2007)
Log Message:
-----------
Add UTI entries for mgt disk images.
Modified Paths:
--------------
trunk/FuseImporter/Info.plist
trunk/fuse/fusepb/Info-Fuse.plist
Modified: trunk/FuseImporter/Info.plist
===================================================================
--- trunk/FuseImporter/Info.plist 2007-07-01 02:19:19 UTC (rev 410)
+++ trunk/FuseImporter/Info.plist 2007-07-01 02:20:49 UTC (rev 411)
@@ -21,6 +21,7 @@
<string>net.sourceforge.projects.fuse-emulator.csw</string>
<string>net.sourceforge.projects.fuse-emulator.hdf</string>
<string>net.sourceforge.projects.fuse-emulator.dsk</string>
+ <string>net.sourceforge.projects.fuse-emulator.mgt</string>
<string>net.sourceforge.projects.fuse-emulator.rzx</string>
<string>net.sourceforge.projects.fuse-emulator.scl</string>
<string>net.sourceforge.projects.fuse-emulator.scr</string>
@@ -170,6 +171,25 @@
<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.mgt</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>mgt</string>
+ </array>
+ </dict>
+ </dict>
+ <dict>
+ <key>UTTypeConformsTo</key>
+ <array>
<string>public.audiovisual-content</string>
</array>
<key>UTTypeDescription</key>
Modified: trunk/fuse/fusepb/Info-Fuse.plist
===================================================================
--- trunk/fuse/fusepb/Info-Fuse.plist 2007-07-01 02:19:19 UTC (rev 410)
+++ trunk/fuse/fusepb/Info-Fuse.plist 2007-07-01 02:20:49 UTC (rev 411)
@@ -517,6 +517,25 @@
<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.mgt</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>mgt</string>
+ </array>
+ </dict>
+ </dict>
+ <dict>
+ <key>UTTypeConformsTo</key>
+ <array>
<string>public.audiovisual-content</string>
</array>
<key>UTTypeDescription</key>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|