macOS: Add category to plist (closes #2691)

This commit is contained in:
Vicki Pfau 2022-10-15 16:47:49 -07:00
parent 1f36728244
commit 74358521ab
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@ Other fixes:
- Res: Fix species name location in Ruby/Sapphire revs 1/2 (fixes mgba.io/i/2685)
Misc:
- GB Serialize: Add missing savestate support for MBC6 and NT (newer)
- macOS: Add category to plist (closes mgba.io/i/2691)
0.10.0: (2022-10-11)
Features:

View File

@ -56,5 +56,7 @@
<string>Viewer</string>
</dict>
</array>
<key>LSApplicationCategoryType</key>
<string>public.app-category.games</string>
</dict>
</plist>