mirror of
https://github.com/ppy/osu.git
synced 2025-03-24 19:17:20 +08:00
Add key value for NSBluetoothAlwaysUsageDescription
This commit is contained in:
parent
546f0044bb
commit
75d694d3df
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user