Changeset 1255

Show
Ignore:
Timestamp:
01/30/10 10:29:59 (1 month ago)
Author:
gbooker
Message:

Add the .divx extension to the opener app so that QTX Player will open the .divx files it is already capable of opening.
Fixes #476

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Plists/PerianOpener-Info.plist

    r1228 r1255  
    1616                                <string>public.avi</string> 
    1717                        </array> 
     18                        <key>LSTypeIsPackage</key> 
     19                        <false/> 
     20                        <key>NSPersistentStoreTypeKey</key> 
     21                        <string>Binary</string> 
     22                </dict> 
     23                <dict> 
     24                        <key>CFBundleTypeExtensions</key> 
     25                        <array> 
     26                                <string>divx</string> 
     27                        </array> 
     28                        <key>CFBundleTypeMIMETypes</key> 
     29                        <array> 
     30                                <string>video/x-divx</string> 
     31                        </array> 
     32                        <key>CFBundleTypeName</key> 
     33                        <string>DivX Movie</string> 
     34                        <key>CFBundleTypeOSTypes</key> 
     35                        <array> 
     36                                <string>DIVX</string> 
     37                        </array> 
     38                        <key>CFBundleTypeRole</key> 
     39                        <string>Viewer</string> 
    1840                        <key>LSTypeIsPackage</key> 
    1941                        <false/>