From 1cab37cac222fb296ec743ceaaba7057a9cba99f Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Tue, 11 Apr 2017 13:31:51 -0700 Subject: [PATCH] Qt: Add .nds files to the extension list in Info.plist --- CHANGES | 1 + res/info.plist.in | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/CHANGES b/CHANGES index 0dfec181d..65a046440 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,7 @@ Bugfixes: Misc: - DS: Set boot complete bit in RAM on boot (fixes mgba.io/i/576, mgba.io/i/580, mgba.io/i/586) - DS Memory: Ensure DS9 I/O is 8-byte aligned + - Qt: Add .nds files to the extension list in Info.plist 0.6.0: (Future) Features: diff --git a/res/info.plist.in b/res/info.plist.in index f37904dee..d99ab8870 100644 --- a/res/info.plist.in +++ b/res/info.plist.in @@ -55,6 +55,16 @@ CFBundleTypeRole Viewer + + CFBundleTypeExtensions + + nds + + CFBundleTypeName + DS ROM Image + CFBundleTypeRole + Viewer +