diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-09-10 16:36:31 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-09-10 16:36:31 +0200 |
commit | 677549d7bea980b8ac3b86c80d40d4ca0e5e1cd2 (patch) | |
tree | eba1b34e2321eaf37ea1bf13ad79059ddf688081 /app.json | |
parent | 07e3b637758c955af536c6d03220c43a0ef0e335 (diff) |
Sound on for in_vehicle positions
Diffstat (limited to 'app.json')
-rw-r--r-- | app.json | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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": { |