From 7e478a5d550471d3e578b49b393b495cc3f4c72d Mon Sep 17 00:00:00 2001
From: cogwheel0 <172976095+cogwheel0@users.noreply.github.com>
Date: Wed, 8 Oct 2025 22:34:14 +0530
Subject: [PATCH] feat: add background modes for audio processing in iOS
- Updated Info.plist to include background modes for audio and processing, enabling the app to continue audio playback and processing tasks while in the background.
---
ios/Runner/Info.plist | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist
index 68b3b8f..3e719d6 100644
--- a/ios/Runner/Info.plist
+++ b/ios/Runner/Info.plist
@@ -86,5 +86,11 @@
+
+ UIBackgroundModes
+
+ audio
+ processing
+