Commit b529a838 authored by Chris Scott's avatar Chris Scott

Fix bug, feature-name

parent 69a6e115
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<platform name="android"> <platform name="android">
<config-file target="res/xml/config.xml" parent="/*"> <config-file target="res/xml/config.xml" parent="/*">
<feature name="BackgroundGeoLocation"> <feature name="BackgroundGeoLocation">
<param name="android-package" value="org.transistorsoft.cordova.BackgroundGeolocation"/> <param name="android-package" value="CDVBackgroundGeolocation"/>
</feature> </feature>
</config-file> </config-file>
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<platform name="ios"> <platform name="ios">
<config-file target="config.xml" parent="/*"> <config-file target="config.xml" parent="/*">
<feature name="BackgroundGeoLocation"> <feature name="BackgroundGeoLocation">
<param name="android-package" value="org.transistorsoft.cordova.BackgroundGeolocation"/> <param name="ios-package" value="CDVBackgroundGeoLocation"/>
</feature> </feature>
</config-file> </config-file>
......
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