@bglocation/capacitor 1.1.0 → 1.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.
|
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
|
|
|
9
9
|
s.license = { :type => 'Proprietary', :text => 'UNLICENSED — all rights reserved' }
|
|
10
10
|
s.homepage = 'https://bglocation.dev'
|
|
11
11
|
s.author = 'Szymon Walczak'
|
|
12
|
-
s.source = { :git => 'https://gitlab.com/
|
|
12
|
+
s.source = { :git => 'https://gitlab.com/bglocation/capacitor-background-location.git', :tag => s.version.to_s }
|
|
13
13
|
s.source_files = 'ios/Sources/**/*.{swift,h,m}'
|
|
14
14
|
|
|
15
15
|
s.ios.deployment_target = '15.0'
|
|
@@ -55,7 +55,7 @@ public class BackgroundLocationPlugin: CAPPlugin, CAPBridgedPlugin {
|
|
|
55
55
|
|
|
56
56
|
/// Build epoch for update gating. Updated by pre-build script before release.
|
|
57
57
|
/// GENERATED — do not edit manually
|
|
58
|
-
private static let pluginBuildEpoch: Int =
|
|
58
|
+
private static let pluginBuildEpoch: Int = 1774901631
|
|
59
59
|
|
|
60
60
|
// MARK: - Version
|
|
61
61
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bglocation/capacitor",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Capacitor plugin for continuous background location tracking on iOS and Android",
|
|
5
5
|
"main": "dist/plugin.cjs.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"license": "ELv2",
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|
|
36
|
-
"url": "https://gitlab.com/
|
|
36
|
+
"url": "https://gitlab.com/bglocation/capacitor-background-location"
|
|
37
37
|
},
|
|
38
38
|
"bugs": {
|
|
39
|
-
"url": "https://gitlab.com/
|
|
39
|
+
"url": "https://gitlab.com/bglocation/capacitor-background-location/-/issues"
|
|
40
40
|
},
|
|
41
41
|
"homepage": "https://bglocation.dev",
|
|
42
42
|
"keywords": [
|