diff --git a/CHANGES b/CHANGES
index 25720a77c..da5eea6cc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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:
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
+