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 3ba2ce1ea9
commit 10684d67c0
2 changed files with 12 additions and 0 deletions

View File

@ -25,6 +25,7 @@ Misc:
- FFmpeg: Return false if a file fails to open
- FFmpeg: Force MP4 files to YUV420P
- Qt: Make "Mute" able to be bound to a key
- 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>