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
2 files changed,
12 insertions(+),
0 deletions(-)
M
res/info.plist.in
→
res/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>