-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathplugin.xml
More file actions
31 lines (22 loc) · 787 Bytes
/
Copy pathplugin.xml
File metadata and controls
31 lines (22 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.location9.Dfencing"
version="1">
<name>Geo Fencing Plugin</name>
<description>
Get location of the user on background mode
</description>
<license>MIT</license>
<engines>
<engine name="cordova" version=">=3.0.0"/>
</engines>
<asset src="www/DGGeofencing.js" target="DGGeofencing.js" />
<!-- ios -->
<platform name="ios">
<plugins-plist key="DGGeofencing"
string="DGGeofencing" />
<header-file src="src/ios/DGGeofencing/DGGeofencing.h" />
<source-file src="src/ios/DGGeofencing/DGGeofencing.m" />
</platform>
</plugin>