Changeset 1080

Show
Ignore:
Timestamp:
04/15/08 12:03:07 (9 months ago)
Author:
stephen_booth
Message:

Add FLAC as an imported UTType

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Info.plist

    r1070 r1080  
    55        <key>CFBundleDevelopmentRegion</key> 
    66        <string>English</string> 
     7        <key>UTImportedTypeDeclarations</key> 
     8        <array> 
     9                <dict> 
     10                        <key>UTTypeIdentifier</key> 
     11                        <string>org.xiph.flac</string> 
     12                        <key>UTTypeReferenceURL</key> 
     13                        <string>http://flac.sourceforge.net</string> 
     14                        <key>UTTypeDescription</key> 
     15                        <string>FLAC Audio</string> 
     16                        <key>UTTypeConformsTo</key> 
     17                        <array> 
     18                                <string>public.audio</string> 
     19                        </array> 
     20                        <key>UTTypeTagSpecification</key> 
     21                        <dict> 
     22                                <key>public.filename-extension</key> 
     23                                <array> 
     24                                        <string>flac</string> 
     25                                </array> 
     26                        </dict> 
     27                </dict> 
     28        </array> 
    729        <key>CFBundleDocumentTypes</key> 
    830        <array>