Added more file types to documents list; Changed feed URL

CQTexperiment
Chris Moeller 2013-10-11 01:30:07 -07:00
parent 4d7b96107b
commit 6afc7a0bad
1 changed files with 59 additions and 2 deletions

View File

@ -22,6 +22,63 @@
<key>CFBundleTypeRole</key>
<string>None</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>at3</string>
</array>
<key>LSTypeIsPackage</key>
<false/>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleTypeIconFile</key>
<string>song.icns</string>
<key>CFBundleTypeName</key>
<string>ATRAC3 Audio File</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>dtshd</string>
<string>dts</string>
</array>
<key>LSTypeIsPackage</key>
<false/>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleTypeIconFile</key>
<string>song.icns</string>
<key>CFBundleTypeName</key>
<string>DTS Audio File</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>ac3</string>
</array>
<key>LSTypeIsPackage</key>
<false/>
<key>CFBundleTypeIconFile</key>
<string>song.icns</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleTypeName</key>
<string>AC3 Audio File</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>tta</string>
</array>
<key>LSTypeIsPackage</key>
<false/>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleTypeIconFile</key>
<string>song.icns</string>
<key>CFBundleTypeName</key>
<string>TrueAudio File</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
@ -466,7 +523,7 @@
<key>CFBundleTypeIconFile</key>
<string>ape.icns</string>
<key>CFBundleTypeName</key>
<string>Monkey's Audio File</string>
<string>Monkey&apos;s Audio File</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSTypeIsPackage</key>
@ -844,6 +901,6 @@
<key>NSPrincipalClass</key>
<string>MediaKeysApplication</string>
<key>SUFeedURL</key>
<string>http://cogx.org/appcast/stable.xml</string>
<string>http://kode54.net/cog/stable.xml</string>
</dict>
</plist>