Qt: Add .gb/.gbc files to the extension list in Info.plist

This commit is contained in:
Vicki Pfau 2017-04-11 13:30:42 -07:00
parent f8eef19bd6
commit 06d6586e6f
2 changed files with 12 additions and 0 deletions

View File

@ -86,6 +86,7 @@ Misc:
- FFmpeg: Force MP4 files to YUV420P
- Qt: Make "Mute" able to be bound to a key
- Core: Restore sleep callback
- Qt: Add .gb/.gbc files to the extension list in Info.plist
0.5.2: (2016-12-31)
Bugfixes:

View File

@ -44,6 +44,17 @@
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>gb</string>
<string>gbc</string>
</array>
<key>CFBundleTypeName</key>
<string>Game Boy ROM Image</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
</array>
</dict>
</plist>