Commit 30260bc5 authored by keesschollaart81's avatar keesschollaart81

Missing files in plugin.xml

parent 2cc72262
...@@ -69,27 +69,29 @@ ...@@ -69,27 +69,29 @@
<header-file src="src/ios/CDVBackgroundGeoLocation.h" /> <header-file src="src/ios/CDVBackgroundGeoLocation.h" />
</platform> </platform>
<!-- wp8 --> <!-- wp8 -->
<platform name="wp"> <platform name="wp">
<config-file target="config.xml" parent="/*"> <config-file target="config.xml" parent="/*">
<feature name="BackgroundGeoLocation"> <feature name="BackgroundGeoLocation">
<param name="wp-package" value="BackgroundGeoLocation" onload="true" /> <param name="wp-package" value="BackgroundGeoLocation" onload="true" />
<param name="onload" value="true" /> <param name="onload" value="true" />
</feature> </feature>
</config-file> </config-file>
<!-- The app is able to run in background through location-tracking mode --> <config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App/Tasks/DefaultTask">
<config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App/Tasks/DefaultTask"> <BackgroundExecution>
<BackgroundExecution> <ExecutionType Name="LocationTracking" />
<ExecutionType Name="LocationTracking" /> </BackgroundExecution>
</BackgroundExecution> </config-file>
</config-file>
<config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App/Capabilities"> <config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App/Capabilities">
<Capability Name="ID_CAP_LOCATION" /> <Capability Name="ID_CAP_LOCATION" />
</config-file> </config-file>
<source-file src="src/wp8/Newtonsoft.Json.dll" /> <source-file src="src/wp8/BackgroundGeoLocation.cs" />
<source-file src="src/wp8/BackgroundGeoLocation.cs" /> <source-file src="src/wp8/BackgroundGeoLocationOptions.cs" />
</platform> <source-file src="src/wp8/BackgroundGeoLocationOptionsParameters.cs" />
<source-file src="src/wp8/ExtensionMethods.cs" />
<source-file src="src/wp8/IBackgroundGeoLocation.cs" />
</platform>
</plugin> </plugin>
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