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 @@ ...@@ -28,13 +28,12 @@
</platform> </platform>
<platform name="ios"> <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"> <config-file target="*-Info.plist" parent="UIBackgroundModes">
<array> <array>
<string>location</string> <string>location</string>
</array> </array>
</config-file> --> </config-file>
<plugins-plist key="UIBackgroundModes" string="location" />
<config-file target="config.xml" parent="/*"> <config-file target="config.xml" parent="/*">
<feature name="BackgroundGeoLocation"> <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