From 75d694d3dff0131e24b04deef4a34689628b1b76 Mon Sep 17 00:00:00 2001 From: Salman Alshamrani <frenzibyte@gmail.com> Date: Wed, 18 Dec 2024 12:43:20 -0500 Subject: [PATCH] Add key value for `NSBluetoothAlwaysUsageDescription` --- osu.iOS/Info.plist | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/osu.iOS/Info.plist b/osu.iOS/Info.plist index 0be75fffd8..29410938a3 100644 --- a/osu.iOS/Info.plist +++ b/osu.iOS/Info.plist @@ -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>