Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cordova-plugin-background-geolocation
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Aksimaya
cordova-plugin-background-geolocation
Commits
30260bc5
Commit
30260bc5
authored
Jul 28, 2014
by
keesschollaart81
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missing files in plugin.xml
parent
2cc72262
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
20 deletions
+22
-20
plugin.xml
plugin.xml
+22
-20
No files found.
plugin.xml
View file @
30260bc5
...
...
@@ -69,27 +69,29 @@
<header-file
src=
"src/ios/CDVBackgroundGeoLocation.h"
/>
</platform>
<!-- wp8 -->
<platform
name=
"wp"
>
<config-file
target=
"config.xml"
parent=
"/*"
>
<feature
name=
"BackgroundGeoLocation"
>
<param
name=
"wp-package"
value=
"BackgroundGeoLocation"
onload=
"true"
/>
<param
name=
"onload"
value=
"true"
/>
</feature>
</config-file>
<!-- wp8 -->
<platform
name=
"wp"
>
<config-file
target=
"config.xml"
parent=
"/*"
>
<feature
name=
"BackgroundGeoLocation"
>
<param
name=
"wp-package"
value=
"BackgroundGeoLocation"
onload=
"true"
/>
<param
name=
"onload"
value=
"true"
/>
</feature>
</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"
>
<BackgroundExecution>
<ExecutionType
Name=
"LocationTracking"
/>
</BackgroundExecution>
</config-file>
<config-file
target=
"Properties/WMAppManifest.xml"
parent=
"/Deployment/App/Tasks/DefaultTask"
>
<BackgroundExecution>
<ExecutionType
Name=
"LocationTracking"
/>
</BackgroundExecution>
</config-file>
<config-file
target=
"Properties/WMAppManifest.xml"
parent=
"/Deployment/App/Capabilities"
>
<Capability
Name=
"ID_CAP_LOCATION"
/>
</config-file>
<source-file
src=
"src/wp8/Newtonsoft.Json.dll"
/>
<source-file
src=
"src/wp8/BackgroundGeoLocation.cs"
/>
</platform>
<config-file
target=
"Properties/WMAppManifest.xml"
parent=
"/Deployment/App/Capabilities"
>
<Capability
Name=
"ID_CAP_LOCATION"
/>
</config-file>
<source-file
src=
"src/wp8/BackgroundGeoLocation.cs"
/>
<source-file
src=
"src/wp8/BackgroundGeoLocationOptions.cs"
/>
<source-file
src=
"src/wp8/BackgroundGeoLocationOptionsParameters.cs"
/>
<source-file
src=
"src/wp8/ExtensionMethods.cs"
/>
<source-file
src=
"src/wp8/IBackgroundGeoLocation.cs"
/>
</platform>
</plugin>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment