Commit 19e95385 authored by Heddi Heryadi's avatar Heddi Heryadi 💪

upload t aksimaya repo

parent 2fbfdb28
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0" <plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
id="com.giganti.m1.background-geolocation-3" id="com.aksimaya.background-geolocation-services"
version="0.0.3"> version="0.0.3">
<name>BackgroundGeolocation</name> <name>AksimayaBackgroundGeolocation</name>
<description>Sophisticated, battery-efficient background-geolocation plugin for Cordova</description> <description>Sophisticated, battery-efficient background-geolocation plugin for Cordova</description>
<license>MIT</license> <license>MIT</license>
<keywords>cordova, phonegap, background geolocation</keywords> <keywords>cordova, phonegap, background geolocation</keywords>
...@@ -25,18 +25,19 @@ ...@@ -25,18 +25,19 @@
<!-- android --> <!-- android -->
<platform name="android"> <platform name="android">
<framework src="com.google.android.gms:play-services-location:+" />
<!-- <!--
<framework src="src/android/build.gradle" custom="true" type="gradleReference" /> <framework src="src/android/build.gradle" custom="true" type="gradleReference" />
<resource-file src="src/android/libs/tslocationmanager.aar" target="src/android/libs/tslocationmanager.aar" /> <resource-file src="src/android/libs/tslocationmanager.aar" target="src/android/libs/tslocationmanager.aar" />
<source-file src="src/android/CDVBackgroundGeolocation.java" target-dir="src/com/transistorsoft/cordova/bggeo" /> <source-file src="src/android/CDVBackgroundGeolocation.java" target-dir="src/com/transistorsoft/cordova/bggeo" />
<source-file src="src/android/BootReceiver.java" target-dir="src/com/transistorsoft/cordova/bggeo" /> <source-file src="src/android/BootReceiver.java" target-dir="src/com/transistorsoft/cordova/bggeo" />
--> -->
<dependency id="com.google.playservices" url="https://github.com/LogicsSoftware/google-play-services.git" /><!-- V24 instead of framework --> <!--<dependency id="com.google.playservices" url="https://github.com/LogicsSoftware/google-play-services.git" /><!-- V24 instead of framework -->
<source-file src="src/android/aar/eventbus-3.0.0-beta1.jar" target-dir="libs" /> <source-file src="src/android/aar/eventbus-3.0.0-beta1.jar" target-dir="libs" />
<source-file src="src/android/aar/classes.jar" target-dir="libs" /> <!-- transistor-locationmanager.jar --> <source-file src="src/android/aar/classes.jar" target-dir="libs" /> <!-- transistor-locationmanager.jar -->
<source-file src="src/android/aar/CDVBackgroundGeolocation.java" target-dir="src/com/transistorsoft/cordova/bggeo" /> <source-file src="src/android/aar/CDVBackgroundGeolocation.java" target-dir="src/com/transistorsoft/cordova/bggeo" />
<source-file src="src/android/aar/BootReceiver.java" target-dir="src/com/transistorsoft/cordova/bggeo" /> <source-file src="src/android/aar/BootReceiver.java" target-dir="src/com/transistorsoft/cordova/bggeo" />
<config-file target="AndroidManifest.xml" parent="/manifest/application"> <config-file target="AndroidManifest.xml" parent="/manifest/application">
<service android:name="com.transistorsoft.locationmanager.BackgroundGeolocationService" /> <service android:name="com.transistorsoft.locationmanager.BackgroundGeolocationService" />
<service android:name="com.transistorsoft.locationmanager.LocationService" /> <service android:name="com.transistorsoft.locationmanager.LocationService" />
...@@ -59,17 +60,17 @@ ...@@ -59,17 +60,17 @@
<uses-permission android:name="com.google.android.gms.permission.ACTIVITY_RECOGNITION" /> <uses-permission android:name="com.google.android.gms.permission.ACTIVITY_RECOGNITION" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
</config-file> </config-file>
<config-file target="res/xml/config.xml" parent="/*"> <config-file target="res/xml/config.xml" parent="/*">
<feature name="BackgroundGeolocation"> <feature name="BackgroundGeolocation">
<param name="android-package" value="com.transistorsoft.cordova.bggeo.CDVBackgroundGeolocation"/> <param name="android-package" value="com.transistorsoft.cordova.bggeo.CDVBackgroundGeolocation"/>
</feature> </feature>
</config-file> </config-file>
</platform> </platform>
<platform name="ios"> <platform name="ios">
<!-- required background modes: App registers for location updates --> <!-- required background modes: App registers for location updates -->
<config-file target="*-Info.plist" parent="NSLocationAlwaysUsageDescription"> <config-file target="*-Info.plist" parent="NSLocationAlwaysUsageDescription">
<string>TSLocationManager requires background location tracking</string> <string>TSLocationManager requires background location tracking</string>
</config-file> </config-file>
...@@ -91,7 +92,7 @@ ...@@ -91,7 +92,7 @@
<framework src="src/ios/TSLocationManager.framework" custom="true" /> <framework src="src/ios/TSLocationManager.framework" custom="true" />
<source-file src="src/ios/CDVBackgroundGeolocation.m" /> <source-file src="src/ios/CDVBackgroundGeolocation.m" />
<header-file src="src/ios/CDVBackgroundGeolocation.h" /> <header-file src="src/ios/CDVBackgroundGeolocation.h" />
</platform> </platform>
<!-- wp8 --> <!-- wp8 -->
<platform name="wp8"> <platform name="wp8">
...@@ -110,12 +111,12 @@ ...@@ -110,12 +111,12 @@
<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/BackgroundGeoLocation.cs" /> <source-file src="src/wp8/BackgroundGeoLocation.cs" />
<source-file src="src/wp8/BackgroundGeoLocationOptions.cs" /> <source-file src="src/wp8/BackgroundGeoLocationOptions.cs" />
<source-file src="src/wp8/DebugAudioNotifier.cs" /> <source-file src="src/wp8/DebugAudioNotifier.cs" />
<source-file src="src/wp8/ExtensionMethods.cs" /> <source-file src="src/wp8/ExtensionMethods.cs" />
<source-file src="src/wp8/IBackgroundGeoLocation.cs" /> <source-file src="src/wp8/IBackgroundGeoLocation.cs" />
</platform> </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