mirror of
https://github.com/ppy/osu
synced 2025-01-03 12:52:10 +00:00
Merge pull request #31162 from frenzibyte/ios-osu-is-not-document-app
This commit is contained in:
commit
239dc7dffb
@ -34,9 +34,11 @@
|
||||
<key>CADisableMinimumFrameDurationOnPhone</key>
|
||||
<true/>
|
||||
<key>NSCameraUsageDescription</key>
|
||||
<string>We don't really use the camera.</string>
|
||||
<string>We don't use the camera.</string>
|
||||
<key>NSMicrophoneUsageDescription</key>
|
||||
<string>We don't really use the microphone.</string>
|
||||
<string>We don't use the microphone.</string>
|
||||
<key>NSBluetoothAlwaysUsageDescription</key>
|
||||
<string>We don't use Bluetooth.</string>
|
||||
<key>UISupportedInterfaceOrientations</key>
|
||||
<array>
|
||||
<string>UIInterfaceOrientationLandscapeRight</string>
|
||||
@ -153,5 +155,7 @@
|
||||
</array>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.music-games</string>
|
||||
<key>LSSupportsOpeningDocumentsInPlace</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
Loading…
Reference in New Issue
Block a user