Skip to content
Snippets Groups Projects
Unverified Commit fda0e7e9 authored by UltraHDR's avatar UltraHDR Committed by GitHub
Browse files

macOS: Make Yuzu show up in the Launchpad Games folder (#9594)

https://developer.apple.com/documentation/bundleresources/information_property_list/lsapplicationcategorytype
This makes it show up in the Launchpad Games folder
parent 6bf1436f
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,8 @@ SPDX-License-Identifier: GPL-2.0-or-later
<string></string>
<key>CSResourcesFileMapped</key>
<true/>
<key>LSApplicationCategoryType</key>
<string>public.app-category.games</string>
<key>LSRequiresCarbon</key>
<true/>
<key>NSHumanReadableCopyright</key>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment