summaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-09-10 16:36:31 +0200
committerSanto Cariotti <santo@dcariotti.me>2024-09-10 16:36:31 +0200
commit677549d7bea980b8ac3b86c80d40d4ca0e5e1cd2 (patch)
treeeba1b34e2321eaf37ea1bf13ad79059ddf688081 /app.json
parent07e3b637758c955af536c6d03220c43a0ef0e335 (diff)
Sound on for in_vehicle positions
Diffstat (limited to 'app.json')
-rw-r--r--app.json4
1 files changed, 3 insertions, 1 deletions
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": {