Commit 0c34989d authored by Chris Scott's avatar Chris Scott

Set resources and source-files

parent 2011fdba
......@@ -17,6 +17,8 @@
</config-file>
<source-file src="src/android/CDVBackgroundGeoLocation.java" target-dir="src/org/transistorsoft/background-geolocation" />
<asset src="www/android/BackgroundGeoLocation.js" target="plugins/BackgroundGeoLocation.js" />
</platform>
<platform name="ios">
......@@ -26,7 +28,9 @@
</feature>
</config-file>
<source-file src="src/android/CDVBackgroundGeoLocation.java" target-dir="src/org/transistorsoft/background-geolocation" />
<source-file src="src/ios/CDVBackgroundGeoLocation.m" target-dir="src/org/transistorsoft/background-geolocation" />
<source-file src="src/ios/CDVBackgroundGeoLocation.h" target-dir="src/org/transistorsoft/background-geolocation" />
<asset src="www/ios/BackgroundGeoLocation.js" target="plugins/BackgroundGeoLocation.js" />
</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