@transistorsoft/capacitor-background-geolocation 9.1.0 → 9.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="https://raw.githubusercontent.com/transistorsoft/assets/master/images/logos/transistor/
|
|
2
|
+
<img src="https://raw.githubusercontent.com/transistorsoft/assets/master/images/logos/transistor/panel-capacitor.svg" alt="Background Geolocation for Capacitor" width="635">
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
# Background Geolocation for Capacitor
|
|
@@ -21,9 +21,9 @@ The SDK uses **motion-detection** APIs (accelerometer, gyroscope, magnetometer)
|
|
|
21
21
|
## :books: Documentation
|
|
22
22
|
|
|
23
23
|
### <img src="https://raw.githubusercontent.com/transistorsoft/react-native-background-geolocation/master/assets/images/platforms/capacitor.svg" width="20" height="20"> Capacitor
|
|
24
|
-
- [Setup](https://docs.transistorsoft.com/
|
|
25
|
-
- [API Reference](https://docs.transistorsoft.com/
|
|
26
|
-
- [Example](https://docs.transistorsoft.com/
|
|
24
|
+
- [Setup](https://docs.transistorsoft.com/capacitor/setup/)
|
|
25
|
+
- [API Reference](https://docs.transistorsoft.com/capacitor/BackgroundGeolocation/)
|
|
26
|
+
- [Example](https://docs.transistorsoft.com/capacitor/examples/)
|
|
27
27
|
|
|
28
28
|
---
|
|
29
29
|
|
|
@@ -33,7 +33,7 @@ The SDK uses **motion-detection** APIs (accelerometer, gyroscope, magnetometer)
|
|
|
33
33
|
> The SDK is **fully functional in `DEBUG` builds** — no license required. Try before you buy.
|
|
34
34
|
|
|
35
35
|
A license is required only for **`RELEASE` builds** on Android.
|
|
36
|
-
[Purchase a license](https://
|
|
36
|
+
[Purchase a license](https://docs.transistorsoft.com)
|
|
37
37
|
|
|
38
38
|
---
|
|
39
39
|
|
|
@@ -13,7 +13,8 @@ Pod::Spec.new do |s|
|
|
|
13
13
|
s.source_files = 'ios/Sources/BackgroundGeolocationPlugin/**/*.{swift,h,m,c,cc,mm,cpp}'
|
|
14
14
|
s.ios.deployment_target = '13.0'
|
|
15
15
|
s.dependency 'Capacitor'
|
|
16
|
-
|
|
16
|
+
tslm_version = ENV['TSLOCATIONMANAGER_VERSION'] || '~> 4.1.0'
|
|
17
|
+
s.dependency 'TSLocationManager', tslm_version
|
|
17
18
|
s.libraries = 'sqlite3', 'z', 'stdc++'
|
|
18
19
|
s.resource_bundles = {
|
|
19
20
|
'TSLocationManagerPrivacy' => ['ios/Sources/BackgroundGeolocationPlugin/PrivacyInfo.xcprivacy']
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transistorsoft/capacitor-background-geolocation",
|
|
3
|
-
"version": "9.1.
|
|
3
|
+
"version": "9.1.1",
|
|
4
4
|
"description": "The most sophisticated cross platform Capacitor background location tracking & geofencing module with battery-conscious motion-detection intelligence",
|
|
5
5
|
"main": "dist/plugin.cjs.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"docs:publish": "./scripts/publish-docs.sh"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@transistorsoft/background-geolocation-types": "^5.0
|
|
60
|
+
"@transistorsoft/background-geolocation-types": "^5.1.0",
|
|
61
61
|
"tslib": "^2.8.1"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|