Added HVL and AHX file types to list of registered file types

CQTexperiment
Chris Moeller 2013-10-29 17:35:51 -07:00
parent a3dfee75f8
commit 557e48253d
1 changed files with 28 additions and 0 deletions

View File

@ -22,6 +22,34 @@
<key>CFBundleTypeRole</key>
<string>None</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>ahx</string>
</array>
<key>LSTypeIsPackage</key>
<false/>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleTypeIconFile</key>
<string>song.icns</string>
<key>CFBundleTypeName</key>
<string>Abyss Highest Experience Audio File</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>hvl</string>
</array>
<key>LSTypeIsPackage</key>
<false/>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleTypeIconFile</key>
<string>song.icns</string>
<key>CFBundleTypeName</key>
<string>Hively Tracker Audio File</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>