From 9b08bfa0fdbd707dcd3af364d5fa29e0fc4b3efc Mon Sep 17 00:00:00 2001 From: Ladislas de Toldi Date: Tue, 27 Feb 2024 20:38:31 +0100 Subject: [PATCH] :wrench: (tuist): Remove audio from UIBackgroundModes --- Tuist/ProjectDescriptionHelpers/InfoPlist+Base.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Tuist/ProjectDescriptionHelpers/InfoPlist+Base.swift b/Tuist/ProjectDescriptionHelpers/InfoPlist+Base.swift index 34fd7f200f..9db5735f7a 100644 --- a/Tuist/ProjectDescriptionHelpers/InfoPlist+Base.swift +++ b/Tuist/ProjectDescriptionHelpers/InfoPlist+Base.swift @@ -22,7 +22,6 @@ public extension InfoPlist { "The app needs to use Bluetooth to connect to the Leka robot", "UIBackgroundModes": [ "bluetooth-central", - "audio", ], "UIRequiresFullScreen": "true", "UISupportedInterfaceOrientations": [