diff options
author | UltraHDR <108294295+UltraHDR@users.noreply.github.com> | 2023-01-09 22:43:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-09 22:43:45 +0100 |
commit | fda0e7e9899e1a023f3dea76079ffa9cce0e5d89 (patch) | |
tree | 8872759854526341b6d8402ceb1484332db137d0 /src | |
parent | Merge pull request #9589 from liamwhite/default (diff) | |
download | yuzu-fda0e7e9899e1a023f3dea76079ffa9cce0e5d89.tar yuzu-fda0e7e9899e1a023f3dea76079ffa9cce0e5d89.tar.gz yuzu-fda0e7e9899e1a023f3dea76079ffa9cce0e5d89.tar.bz2 yuzu-fda0e7e9899e1a023f3dea76079ffa9cce0e5d89.tar.lz yuzu-fda0e7e9899e1a023f3dea76079ffa9cce0e5d89.tar.xz yuzu-fda0e7e9899e1a023f3dea76079ffa9cce0e5d89.tar.zst yuzu-fda0e7e9899e1a023f3dea76079ffa9cce0e5d89.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/yuzu/Info.plist | 2 |
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 <string></string> <key>CSResourcesFileMapped</key> <true/> + <key>LSApplicationCategoryType</key> + <string>public.app-category.games</string> <key>LSRequiresCarbon</key> <true/> <key>NSHumanReadableCopyright</key> |