[Fuse-for-macosx-commits] SF.net SVN: fuse-for-macosx:[611] trunk
Brought to you by:
fredm
From: <fr...@us...> - 2009-08-02 11:03:33
|
Revision: 611 http://fuse-for-macosx.svn.sourceforge.net/fuse-for-macosx/?rev=611&view=rev Author: fredm Date: 2009-08-02 11:03:25 +0000 (Sun, 02 Aug 2009) Log Message: ----------- Updates to UTI list for OPD and OPU, small fix for RAW type. Modified Paths: -------------- trunk/FuseGenerator/Info.plist trunk/FuseImporter/Info.plist trunk/fuse/fusepb/Info-Fuse.plist Modified: trunk/FuseGenerator/Info.plist =================================================================== --- trunk/FuseGenerator/Info.plist 2009-08-02 10:35:36 UTC (rev 610) +++ trunk/FuseGenerator/Info.plist 2009-08-02 11:03:25 UTC (rev 611) @@ -11,23 +11,32 @@ <string>QLGenerator</string> <key>LSItemContentTypes</key> <array> + <string>net.sourceforge.projects.fuse-emulator.Cartridge</string> + <string>net.sourceforge.projects.fuse-emulator.MassStorage</string> <string>net.sourceforge.projects.fuse-emulator.Snapshot</string> <string>net.sourceforge.projects.fuse-emulator.Tape</string> - <string>net.sourceforge.projects.fuse-emulator.MassStorage</string> - <string>net.sourceforge.projects.fuse-emulator.Cartridge</string> + <string>net.sourceforge.projects.fuse-emulator.csw</string> <string>net.sourceforge.projects.fuse-emulator.dck</string> - <string>net.sourceforge.projects.fuse-emulator.csw</string> + <string>net.sourceforge.projects.fuse-emulator.dsk</string> <string>net.sourceforge.projects.fuse-emulator.hdf</string> - <string>net.sourceforge.projects.fuse-emulator.dsk</string> + <string>net.sourceforge.projects.fuse-emulator.img</string> + <string>net.sourceforge.projects.fuse-emulator.ltp</string> + <string>net.sourceforge.projects.fuse-emulator.mdr</string> <string>net.sourceforge.projects.fuse-emulator.mgt</string> + <string>net.sourceforge.projects.fuse-emulator.mgtsnp</string> + <string>net.sourceforge.projects.fuse-emulator.opd</string> + <string>net.sourceforge.projects.fuse-emulator.opu</string> + <string>net.sourceforge.projects.fuse-emulator.raw</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> <string>net.sourceforge.projects.fuse-emulator.slt</string> <string>net.sourceforge.projects.fuse-emulator.sna</string> + <string>net.sourceforge.projects.fuse-emulator.snp</string> <string>net.sourceforge.projects.fuse-emulator.sp</string> + <string>net.sourceforge.projects.fuse-emulator.spc</string> + <string>net.sourceforge.projects.fuse-emulator.sta</string> <string>net.sourceforge.projects.fuse-emulator.szx</string> - <string>net.sourceforge.projects.fuse-emulator.snp</string> <string>net.sourceforge.projects.fuse-emulator.tap</string> <string>net.sourceforge.projects.fuse-emulator.trd</string> <string>net.sourceforge.projects.fuse-emulator.tzx</string> Modified: trunk/FuseImporter/Info.plist =================================================================== --- trunk/FuseImporter/Info.plist 2009-08-02 10:35:36 UTC (rev 610) +++ trunk/FuseImporter/Info.plist 2009-08-02 11:03:25 UTC (rev 611) @@ -13,10 +13,10 @@ <string>MDImporter</string> <key>LSItemContentTypes</key> <array> + <string>net.sourceforge.projects.fuse-emulator.Cartridge</string> + <string>net.sourceforge.projects.fuse-emulator.MassStorage</string> <string>net.sourceforge.projects.fuse-emulator.Snapshot</string> <string>net.sourceforge.projects.fuse-emulator.Tape</string> - <string>net.sourceforge.projects.fuse-emulator.MassStorage</string> - <string>net.sourceforge.projects.fuse-emulator.Cartridge</string> <string>net.sourceforge.projects.fuse-emulator.csw</string> <string>net.sourceforge.projects.fuse-emulator.dck</string> <string>net.sourceforge.projects.fuse-emulator.dsk</string> @@ -26,8 +26,10 @@ <string>net.sourceforge.projects.fuse-emulator.mdr</string> <string>net.sourceforge.projects.fuse-emulator.mgt</string> <string>net.sourceforge.projects.fuse-emulator.mgtsnp</string> + <string>net.sourceforge.projects.fuse-emulator.opd</string> + <string>net.sourceforge.projects.fuse-emulator.opu</string> + <string>net.sourceforge.projects.fuse-emulator.raw</string> <string>net.sourceforge.projects.fuse-emulator.rzx</string> - <string>net.sourceforge.projects.fuse-emulator.raw</string> <string>net.sourceforge.projects.fuse-emulator.scl</string> <string>net.sourceforge.projects.fuse-emulator.scr</string> <string>net.sourceforge.projects.fuse-emulator.slt</string> @@ -561,38 +563,57 @@ <dict> <key>UTTypeConformsTo</key> <array> + <string>net.sourceforge.projects.fuse-emulator.Tape</string> + </array> + <key>UTTypeDescription</key> + <string>ZX Spectrum RAW Tape Image</string> + <key>UTTypeIdentifier</key> + <string>net.sourceforge.projects.fuse-emulator.raw</string> + <key>UTTypeTagSpecification</key> + <dict> + <key>public.filename-extension</key> + <array> + <string>raw</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> + <string>ZX Spectrum Opus Discovery Disk Image</string> <key>UTTypeIdentifier</key> - <string>net.sourceforge.projects.fuse-emulator.img</string> + <string>net.sourceforge.projects.fuse-emulator.opd</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> + <string>opd</string> </array> </dict> </dict> <dict> - <key>CFBundleTypeExtensions</key> + <key>UTTypeConformsTo</key> <array> - <string>raw</string> - <string>RAW</string> + <string>net.sourceforge.projects.fuse-emulator.MassStorage</string> </array> - <key>CFBundleTypeIconFile</key> - <string>raw</string> - <key>CFBundleTypeName</key> - <string>ZX Spectrum Tape Image</string> - <key>CFBundleTypeRole</key> - <string>Viewer</string> - <key>LSItemContentTypes</key> - <array> - <string>net.sourceforge.projects.fuse-emulator.raw</string> - </array> + <key>UTTypeDescription</key> + <string>ZX Spectrum Opus Discovery Disk Image</string> + <key>UTTypeIdentifier</key> + <string>net.sourceforge.projects.fuse-emulator.opu</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>opu</string> + </array> + </dict> </dict> </array> </dict> Modified: trunk/fuse/fusepb/Info-Fuse.plist =================================================================== --- trunk/fuse/fusepb/Info-Fuse.plist 2009-08-02 10:35:36 UTC (rev 610) +++ trunk/fuse/fusepb/Info-Fuse.plist 2009-08-02 11:03:25 UTC (rev 611) @@ -456,6 +456,40 @@ <string>net.sourceforge.projects.fuse-emulator.mgt</string> </array> </dict> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>opd</string> + <string>OPD</string> + </array> + <key>CFBundleTypeIconFile</key> + <string>blank</string> + <key>CFBundleTypeName</key> + <string>ZX Spectrum Disk Image</string> + <key>CFBundleTypeRole</key> + <string>Viewer</string> + <key>LSItemContentTypes</key> + <array> + <string>net.sourceforge.projects.fuse-emulator.opd</string> + </array> + </dict> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>opu</string> + <string>OPU</string> + </array> + <key>CFBundleTypeIconFile</key> + <string>blank</string> + <key>CFBundleTypeName</key> + <string>ZX Spectrum Disk Image</string> + <key>CFBundleTypeRole</key> + <string>Viewer</string> + <key>LSItemContentTypes</key> + <array> + <string>net.sourceforge.projects.fuse-emulator.opu</string> + </array> + </dict> </array> <key>CFBundleExecutable</key> <string>Fuse</string> @@ -883,6 +917,61 @@ </array> </dict> </dict> + <dict> + <key>UTTypeConformsTo</key> + <array> + <string>net.sourceforge.projects.fuse-emulator.Tape</string> + </array> + <key>UTTypeDescription</key> + <string>ZX Spectrum RAW Tape Image</string> + <key>UTTypeIdentifier</key> + <string>net.sourceforge.projects.fuse-emulator.raw</string> + <key>UTTypeTagSpecification</key> + <dict> + <key>public.filename-extension</key> + <array> + <string>raw</string> + </array> + </dict> + </dict> + <dict> + <key>UTTypeConformsTo</key> + <array> + <string>net.sourceforge.projects.fuse-emulator.MassStorage</string> + </array> + <key>UTTypeDescription</key> + <string>ZX Spectrum Opus Discovery Disk Image</string> + <key>UTTypeIdentifier</key> + <string>net.sourceforge.projects.fuse-emulator.opd</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>opd</string> + </array> + </dict> + </dict> + <dict> + <key>UTTypeConformsTo</key> + <array> + <string>net.sourceforge.projects.fuse-emulator.MassStorage</string> + </array> + <key>UTTypeDescription</key> + <string>ZX Spectrum Opus Discovery Disk Image</string> + <key>UTTypeIdentifier</key> + <string>net.sourceforge.projects.fuse-emulator.opu</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>opu</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. |