Skip to content

Commit

Permalink
MusicPlayer: Updated list of extensions for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Wohlstand committed Sep 18, 2024
1 parent eba15d4 commit cfd8190
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions MusicPlayer/_resources/musplay.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<key>CFBundleTypeExtensions</key>
<array>
<string>wav</string>
<string>aiff</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>file_musplay.icns</string>
Expand Down Expand Up @@ -67,6 +68,9 @@
<string>midi</string>
<string>kar</string>
<string>rmi</string>
<string>cmf</string>
<string>xmi</string>
<string>mus</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>file_musplay.icns</string>
Expand Down Expand Up @@ -136,6 +140,7 @@
<key>CFBundleTypeExtensions</key>
<array>
<string>imf</string>
<string>wlf</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>file_musplay.icns</string>
Expand All @@ -146,6 +151,21 @@
<key>LSHandlerRank</key>
<string>Alternate</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>ptcop</string>
<string>pttune</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>file_musplay.icns</string>
<key>CFBundleTypeName</key>
<string>PXTone music file</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSHandlerRank</key>
<string>Alternate</string>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string>
Expand Down

0 comments on commit cfd8190

Please sign in to comment.