mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 10:22:56 +08:00
Attempt to appease apple with some plist keys
This commit is contained in:
parent
42464acd7e
commit
2cd0015735
@ -31,6 +31,10 @@
|
||||
<true/>
|
||||
<key>UIStatusBarHidden</key>
|
||||
<true/>
|
||||
<key>NSCameraUsageDescription</key>
|
||||
<string>We don't really use the camera.</string>
|
||||
<key>NSMicrophoneUsageDescription</key>
|
||||
<string>We don't really use the microphone.</string>
|
||||
<key>UISupportedInterfaceOrientations</key>
|
||||
<array>
|
||||
<string>UIInterfaceOrientationPortrait</string>
|
||||
|
Loading…
Reference in New Issue
Block a user