Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set GCSupportsGameMode in info.plist files for iOS and Mac #19270

Merged
merged 2 commits into from
Jun 13, 2024

Conversation

hrydgard
Copy link
Owner

See https://youtu.be/SgshkDg1QN8?t=519

This seems to be the right way to do it.

See #19267

@@ -94,6 +94,10 @@
<true/>
<key>NSHumanReadableCopyright</key>
<string></string>
<key>LSApplicationCategory</key>
<string>public.app-category.games</string>
Copy link
Collaborator

@anr2me anr2me Jun 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This value should be used for LSApplicationCategoryType instead of LSApplicationCategory isn't? https://developer.apple.com/documentation/bundleresources/information_property_list/lsapplicationcategorytype

PS: LSApplicationCategory key might not even existed. https://stackoverflow.com/questions/59571251/catalyst-app-info-plist-not-being-recognized

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, that's a typo by me indeed. I'll fix it.

@hrydgard hrydgard merged commit f0e3fd2 into master Jun 13, 2024
18 checks passed
@hrydgard hrydgard deleted the app-category branch June 13, 2024 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants