Changeset 2123

Show
Ignore:
Timestamp:
11/16/04 23:45:37 (4 years ago)
Author:
machina
Message:

UTI Types are cool and make us fell all warm and fuzzy on the inside. For the good of mankind we add them in here.
- This will do stuff later
- This will also do stuff in nsome places but not others

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Resources/Info.plist

    r2097 r2123  
    5858                        </array> 
    5959                        <key>CFBundleTypeName</key> 
    60                         <string>Chat transcript</string> 
     60                        <string>Chat Transcript</string> 
    6161                        <key>CFBundleTypeOSTypes</key> 
    6262                        <array> 
     
    6565                        <key>CFBundleTypeRole</key> 
    6666                        <string>Viewer</string> 
     67                </dict> 
     68        </array> 
     69        <key>UTExportedTypeDeclarations</key> 
     70        <array> 
     71                <dict> 
     72                        <key>UTTypeIdentifier</key> 
     73                        <string>cc.javelin.colloquy.colloquystyle</string> 
     74                        <key>UTTypeReferenceURL</key> 
     75                        <string>http://www.colloquy.info/</string> 
     76                        <key>UTTypeDescription</key> 
     77                        <string>Colloquy View Style</string> 
     78                        <key>UTTypeIconName</key> 
     79                        <string>Generic.icns</string> 
     80                        <key>UTTypeConformsTo</key> 
     81                        <array> 
     82                                <string>public.bundle</string> 
     83                        </array> 
     84                        <key>UTTypeTagSpecification</key> 
     85                        <dict> 
     86                                <key>com.apple.ostype</key> 
     87                                <string>coSt</string> 
     88                                <key>public.filename-extension</key> 
     89                                <array> 
     90                                        <string>colloquyStyle</string> 
     91                                        <string>colloquystyle</string> 
     92                                </array> 
     93                                <key>public.mime-type</key> 
     94                                <string>application/data</string> 
     95                        </dict> 
     96                </dict> 
     97                <dict> 
     98                        <key>UTTypeIdentifier</key> 
     99                        <string>cc.javelin.colloquy.colloquyemoticons</string> 
     100                        <key>UTTypeReferenceURL</key> 
     101                        <string>http://www.colloquy.info/</string> 
     102                        <key>UTTypeDescription</key> 
     103                        <string>Colloquy Emoticon Set</string> 
     104                        <key>UTTypeIconName</key> 
     105                        <string>Generic.icns</string> 
     106                        <key>UTTypeConformsTo</key> 
     107                        <array> 
     108                                <string>public.bundle</string> 
     109                        </array> 
     110                        <key>UTTypeTagSpecification</key> 
     111                        <dict> 
     112                                <key>com.apple.ostype</key> 
     113                                <string>coEm</string> 
     114                                <key>public.filename-extension</key> 
     115                                <array> 
     116                                        <string>colloquyEmoticons</string> 
     117                                        <string>colloquyemoticons</string> 
     118                                </array> 
     119                                <key>public.mime-type</key> 
     120                                <string>application/data</string> 
     121                        </dict> 
     122                </dict> 
     123                <dict> 
     124                        <key>UTTypeIdentifier</key> 
     125                        <string>cc.javelin.colloquy.colloquytranscript</string> 
     126                        <key>UTTypeReferenceURL</key> 
     127                        <string>http://www.colloquy.info/</string> 
     128                        <key>UTTypeDescription</key> 
     129                        <string>Colloquy Chat Transcript</string> 
     130                        <key>UTTypeIconName</key> 
     131                        <string>Generic.icns</string> 
     132                        <key>UTTypeConformsTo</key> 
     133                        <array> 
     134                                <string>public.xml</string> 
     135                        </array> 
     136                        <key>UTTypeTagSpecification</key> 
     137                        <dict> 
     138                                <key>com.apple.ostype</key> 
     139                                <string>coTr</string> 
     140                                <key>public.filename-extension</key> 
     141                                <array> 
     142                                        <string>colloquyTranscript</string> 
     143                                        <string>colloquytranscript</string> 
     144                                </array> 
     145                                <key>public.mime-type</key> 
     146                                <string>application/xml</string> 
     147                        </dict> 
    67148                </dict> 
    68149        </array>