hrydgard / ppsspp

A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org.
https://www.ppsspp.org
Other
11.01k stars 2.15k forks source link

Mac Launchpad Game Category #16225

Open darkuser89 opened 1 year ago

darkuser89 commented 1 year ago

What should happen

Description

can you add this to the info.plist so that ppsspp is recognized as a game in the launchpad? <key>LSApplicationCategoryType</key> <string>public.app-category.games</string>

Who would this benefit

Mac User

Platform (if relevant)

macOS

Games this would be useful in

all

Other emulators or software with a similar feature

for all

Checklist

hrydgard commented 1 year ago

For later when I get around to this:

The info.plist for MacOS (./build/PPSSPPSDL.app/Contents/Info.plist) gets generated automatically by CMake somehow.

Here's some documentation on how to control it: https://cmake.org/cmake/help/latest/prop_tgt/MACOSX_BUNDLE_INFO_PLIST.html

On iOS, we have the explicit ./ios/PPSSPP-Info.plist. Maybe we should just add it there, too?