all repos — mgba @ 10684d67c0b2af34bf47a6f65139c11b8bbbebe0

mGBA Game Boy Advance Emulator

Qt: Add .gb/.gbc files to the extension list in Info.plist
Vicki Pfau vi@endrift.com
Tue, 11 Apr 2017 13:30:42 -0700
commit

10684d67c0b2af34bf47a6f65139c11b8bbbebe0

parent

3ba2ce1ea94e09e3a29eceb25c6d3a72cab0c9f1

2 files changed, 12 insertions(+), 0 deletions(-)

jump to
M CHANGESCHANGES

@@ -25,6 +25,7 @@ - Feature: Support ImageMagick 7

- 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:
M res/info.plist.inres/info.plist.in

@@ -44,6 +44,17 @@ <string>Game Boy Advance ROM Image</string>

<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>