1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-24 19:17:20 +08:00

Fix iOS app configuration missing certain specifications

This commit is contained in:
Salman Alshamrani 2024-12-16 12:22:28 -05:00
parent d72a0b04b8
commit 22e74cc0ee

View File

@ -153,5 +153,7 @@
</array>
<key>LSApplicationCategoryType</key>
<string>public.app-category.music-games</string>
<key>LSSupportsOpeningDocumentsInPlace</key>
<false/>
</dict>
</plist>