Commit 136cccb3 authored by Chris Scott's avatar Chris Scott

Fleshing out basic architecture

parent 5bdf9f5c
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
id="org.transistorsoft.cordova.background-geolocation"
version="0.1.0">
<name>CDVBackgroundGeoLocation</name>
<description>Cordova Background GeoLocation Plugin</description>
<license>MIT</license>
<keywords>phonegap,background geolocation</keywords>
<!-- android -->
<platform name="android">
<config-file target="res/xml/config.xml" parent="/*">
<feature name="BackgroundGeoLocation">
<param name="android-package" value="org.transistorsoft.cordova.background-geolocation"/>
</feature>
</config-file>
<source-file src="src/android/CDVBackgroundGeoLocation.java" target-dir="src/org/transistorsoft/background-geolocation" />
</platform>
<platform name="ios">
<config-file target="config.xml" parent="/*">
<feature name="BackgroundGeoLocation">
<param name="android-package" value="org.transistorsoft.cordova.background-geolocation"/>
</feature>
</config-file>
<source-file src="src/android/Calendar.java" target-dir="src/org/transistorsoft/background-geolocation" />
</platform>
</plugin>
\ No newline at end of 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