Commit 3f569226 authored by Chris Scott's avatar Chris Scott

Revert back to old config-file format for .plist

parent 771dfde4
......@@ -28,13 +28,12 @@
</platform>
<platform name="ios">
<!-- required background modes: App registers for location updates
<!-- required background modes: App registers for location updates -->
<config-file target="*-Info.plist" parent="UIBackgroundModes">
<array>
<string>location</string>
</array>
</config-file> -->
<plugins-plist key="UIBackgroundModes" string="location" />
</config-file>
<config-file target="config.xml" parent="/*">
<feature name="BackgroundGeoLocation">
......
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