Changeset 88d7dccb8cca7ac3073631d7db6dfb669fd5e918

Show
Ignore:
Timestamp:
04/02/06 14:17:20 (2 years ago)
Author:
Felix Paul Kühne <fkuehne@videolan.org>
git-committer:
Felix Paul Kühne <fkuehne@videolan.org> 1143980240 +0000
git-parent:

[3325d4d601e2e0539eb6050ced734fc0ed14e5b9]

git-author:
Felix Paul Kühne <fkuehne@videolan.org> 1143980240 +0000
Message:

* add XSPF and RM/RAM to the list of openable files (closes #617)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/MacOSX/vlc.pbproj/project.pbxproj

    re9cbe4e r88d7dcc  
    168168                <string>fold</string> 
    169169            </array> 
     170            <key>CFBundleTypeRole</key> 
     171            <string>Viewer</string> 
     172        </dict> 
     173        <dict> 
     174            <key>CFBundleTypeExtensions</key> 
     175            <array> 
     176                <string>xspf</string> 
     177            </array> 
     178            <key>CFBundleTypeIconFile</key> 
     179            <string>Generic.icns</string> 
     180            <key>CFBundleTypeName</key> 
     181            <string>XSPF Playlist</string> 
     182            <key>CFBundleTypeRole</key> 
     183            <string>Viewer</string> 
     184        </dict> 
     185        <dict> 
     186            <key>CFBundleTypeExtensions</key> 
     187            <array> 
     188                <string>ram</string> 
     189                <string>rm</string> 
     190            </array> 
     191            <key>CFBundleTypeIconFile</key> 
     192            <string>generic.icns</string> 
     193            <key>CFBundleTypeName</key> 
     194            <string>RealPlayer Media Files</string> 
    170195            <key>CFBundleTypeRole</key> 
    171196            <string>Viewer</string>