Changeset 7504


Ignore:
Timestamp:
Dec 25, 2008, 11:04:41 PM (14 years ago)
Author:
livings124
Message:

#722 Add UTI support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/macosx/Info.plist

    r7011 r7504  
    1414                        <key>CFBundleTypeIconFile</key>
    1515                        <string>TransmissionDocument</string>
     16                        <key>CFBundleTypeMIMETypes</key>
     17                        <array>
     18                                <string>application/x-bittorrent</string>
     19                        </array>
    1620                        <key>CFBundleTypeName</key>
    1721                        <string>BitTorrent Document</string>
     22                        <key>CFBundleTypeOSTypes</key>
     23                        <array>
     24                                <string>TORR</string>
     25                        </array>
    1826                        <key>CFBundleTypeRole</key>
    1927                        <string>Viewer</string>
     28                        <key>LSItemContentTypes</key>
     29                        <array>
     30                                <string>org.bittorrent.torrent</string>
     31                        </array>
    2032                        <key>LSTypeIsPackage</key>
    2133                        <false/>
     
    7486        <key>SUScheduledCheckInterval</key>
    7587        <string>86400</string>
     88        <key>UTExportedTypeDeclarations</key>
     89        <array>
     90                <dict>
     91                        <key>UTTypeIdentifier</key>
     92                        <string>org.bittorrent.torrent</string>
     93                        <key>UTTypeReferenceURL</key>
     94                        <string>http://www.bittorrent.org/beps/bep_0000.html</string>
     95                        <key>UTTypeDescription</key>
     96                        <string>BitTorrent Document</string>
     97                        <key>UTTypeIconFile</key>
     98                        <string>TransmissionDocument</string>
     99                        <key>UTTypeConformsTo</key>
     100                        <array>
     101                                <string>public.data</string>
     102                                <string>public.item</string>
     103                                <string>com.bittorrent.torrent</string>
     104                        </array>
     105                        <key>UTTypeTagSpecification</key>
     106                        <dict>
     107                                <key>com.apple.ostype</key>
     108                                <string>TORR</string>
     109                                <key>public.filename-extension</key>
     110                                <array>
     111                                        <string>torrent</string>
     112                                </array>
     113                                <key>public.mime-type</key>
     114                                <string>application/x-bittorrent</string>
     115                        </dict>
     116                </dict>
     117        </array>
    76118</dict>
    77119</plist>
Note: See TracChangeset for help on using the changeset viewer.