From 677549d7bea980b8ac3b86c80d40d4ca0e5e1cd2 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Tue, 10 Sep 2024 16:36:31 +0200 Subject: Sound on for in_vehicle positions --- app.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app.json') diff --git a/app.json b/app.json index 7e6df92..24d7103 100644 --- a/app.json +++ b/app.json @@ -17,7 +17,9 @@ "infoPlist": { "NSLocationWhenInUseUsageDescription": "This app needs access to your location.", "NSLocationAlwaysUsageDescription": "This app needs access to your location even when in the background.", - "UIBackgroundModes": ["location"] + "UIBackgroundModes": [ + "location" + ] } }, "android": { -- cgit v1.2.3-18-g5258