Commit 982cc186 authored by Chris Scott's avatar Chris Scott

Need to add required background modes to -Info.plist

parent fa352d1b
......@@ -29,8 +29,7 @@
<platform name="ios">
<!-- required background modes: App registers for location updates -->
<config-file target="*-Info.plist">
<key>UIBackgroundModes</key>
<config-file target="*-Info.plist" parent="UIBackgroundModes">
<array>
<string>location</string>
</array>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment