summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar UltraHDR2023-01-09 21:43:45 +0000
committerGravatar GitHub2023-01-09 16:43:45 -0500
commitfda0e7e9899e1a023f3dea76079ffa9cce0e5d89 (patch)
tree8872759854526341b6d8402ceb1484332db137d0
parentMerge pull request #9589 from liamwhite/default (diff)
downloadyuzu-fda0e7e9899e1a023f3dea76079ffa9cce0e5d89.tar.gz
yuzu-fda0e7e9899e1a023f3dea76079ffa9cce0e5d89.tar.xz
yuzu-fda0e7e9899e1a023f3dea76079ffa9cce0e5d89.zip
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
Diffstat (limited to '')
-rw-r--r--src/yuzu/Info.plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/Info.plist b/src/yuzu/Info.plist
index 0eb377926..f05f3186c 100644
--- a/src/yuzu/Info.plist
+++ b/src/yuzu/Info.plist
@@ -34,6 +34,8 @@ SPDX-License-Identifier: GPL-2.0-or-later
34 <string></string> 34 <string></string>
35 <key>CSResourcesFileMapped</key> 35 <key>CSResourcesFileMapped</key>
36 <true/> 36 <true/>
37 <key>LSApplicationCategoryType</key>
38 <string>public.app-category.games</string>
37 <key>LSRequiresCarbon</key> 39 <key>LSRequiresCarbon</key>
38 <true/> 40 <true/>
39 <key>NSHumanReadableCopyright</key> 41 <key>NSHumanReadableCopyright</key>