Browse Source

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
pull/15/merge
UltraHDR 3 years ago
committed by GitHub
parent
commit
fda0e7e989
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/yuzu/Info.plist

2
src/yuzu/Info.plist

@ -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>

Loading…
Cancel
Save