Преглед изворни кода

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
UltraHDR пре 3 година
родитељ
комит
fda0e7e989
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      src/yuzu/Info.plist

+ 2 - 0
src/yuzu/Info.plist

@@ -34,6 +34,8 @@ SPDX-License-Identifier: GPL-2.0-or-later
     <string></string>
     <string></string>
     <key>CSResourcesFileMapped</key>
     <key>CSResourcesFileMapped</key>
     <true/>
     <true/>
+    <key>LSApplicationCategoryType</key>
+    <string>public.app-category.games</string>
     <key>LSRequiresCarbon</key>
     <key>LSRequiresCarbon</key>
     <true/>
     <true/>
     <key>NSHumanReadableCopyright</key>
     <key>NSHumanReadableCopyright</key>