diff --git a/CHANGES b/CHANGES
index 39d06cd95..c93f270cf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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:
diff --git a/res/info.plist.in b/res/info.plist.in
index 3a32700f9..f37904dee 100644
--- a/res/info.plist.in
+++ b/res/info.plist.in
@@ -44,6 +44,17 @@
CFBundleTypeRole
Viewer
+
+ CFBundleTypeExtensions
+
+ gb
+ gbc
+
+ CFBundleTypeName
+ Game Boy ROM Image
+ CFBundleTypeRole
+ Viewer
+