mirror of https://github.com/mgba-emu/mgba.git
macOS: Add category to plist (closes #2691)
This commit is contained in:
parent
1f36728244
commit
74358521ab
1
CHANGES
1
CHANGES
|
@ -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:
|
||||
|
|
|
@ -56,5 +56,7 @@
|
|||
<string>Viewer</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.games</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
Loading…
Reference in New Issue