summaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
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": {