Skip to content

Commit

Permalink
Merge pull request #31363 from hrfarmer/game-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy authored Jan 1, 2025
2 parents 929173c + 3ac2d90 commit 8196325
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions osu.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,9 @@
<string>public.app-category.music-games</string>
<key>LSSupportsOpeningDocumentsInPlace</key>
<false/>
<!-- Game mode is supposed to be automatically enabled by the app category specification above,
but for some reason it needs to be explicitly enabled with this key. -->
<key>GCSupportsGameMode</key>
<true/>
</dict>
</plist>

0 comments on commit 8196325

Please sign in to comment.