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

Set LSApplicationCategoryType to games (#4257)

https://developer.apple.com/documentation/bundleresources/information_property_list/lsapplicationcategorytype
Makes it auto-add to the macOS Launchpad games folder
UltraHDR пре 3 година
родитељ
комит
d16288a2a8
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      distribution/macos/Info.plist

+ 2 - 0
distribution/macos/Info.plist

@@ -40,6 +40,8 @@
     <true/>
     <key>NSHumanReadableCopyright</key>
     <string>Copyright © 2018 - 2022 Ryujinx Team and Contributors.</string>
+    <key>LSApplicationCategoryType</key>
+    <string>public.app-category.games</string>
     <key>LSMinimumSystemVersion</key>
     <string>11.0</string>
 </dict>