@transistorsoft/capacitor-background-geolocation 5.3.2 → 5.4.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/TransistorsoftCapacitorBackgroundGeolocation.podspec +1 -0
- package/android/libs/com/transistorsoft/tslocationmanager/3.5.4/tslocationmanager-3.5.4.aar +0 -0
- package/android/libs/com/transistorsoft/tslocationmanager/3.5.4/tslocationmanager-3.5.4.aar.md5 +1 -1
- package/android/libs/com/transistorsoft/tslocationmanager/3.5.4/tslocationmanager-3.5.4.aar.sha1 +1 -1
- package/android/libs/com/transistorsoft/tslocationmanager/3.5.4/tslocationmanager-3.5.4.aar.sha256 +1 -1
- package/android/libs/com/transistorsoft/tslocationmanager/3.5.4/tslocationmanager-3.5.4.aar.sha512 +1 -1
- package/android/libs/com/transistorsoft/tslocationmanager/maven-metadata.xml +1 -1
- package/android/libs/com/transistorsoft/tslocationmanager-v21/3.5.4/tslocationmanager-v21-3.5.4.aar +0 -0
- package/android/libs/com/transistorsoft/tslocationmanager-v21/3.5.4/tslocationmanager-v21-3.5.4.aar.md5 +1 -1
- package/android/libs/com/transistorsoft/tslocationmanager-v21/3.5.4/tslocationmanager-v21-3.5.4.aar.sha1 +1 -1
- package/android/libs/com/transistorsoft/tslocationmanager-v21/3.5.4/tslocationmanager-v21-3.5.4.aar.sha256 +1 -1
- package/android/libs/com/transistorsoft/tslocationmanager-v21/3.5.4/tslocationmanager-v21-3.5.4.aar.sha512 +1 -1
- package/android/libs/com/transistorsoft/tslocationmanager-v21/maven-metadata.xml +1 -1
- package/dist/declarations/interfaces/AuthorizationEvent.d.ts +4 -0
- package/ios/Resources/PrivacyInfo.xcprivacy +35 -0
- package/ios/TSLocationManager.xcframework/Info.plist +9 -9
- package/ios/TSLocationManager.xcframework/_CodeSignature/CodeDirectory +0 -0
- package/ios/TSLocationManager.xcframework/_CodeSignature/CodeRequirements +0 -0
- package/ios/TSLocationManager.xcframework/_CodeSignature/CodeRequirements-1 +0 -0
- package/ios/TSLocationManager.xcframework/_CodeSignature/CodeResources +1883 -0
- package/ios/TSLocationManager.xcframework/_CodeSignature/CodeSignature +0 -0
- package/ios/TSLocationManager.xcframework/ios-arm64/TSLocationManager.framework/Headers/TSAuthorizationEvent.h +3 -2
- package/ios/TSLocationManager.xcframework/ios-arm64/TSLocationManager.framework/Info.plist +0 -0
- package/ios/TSLocationManager.xcframework/ios-arm64/TSLocationManager.framework/PrivacyInfo.xcprivacy +36 -0
- package/ios/TSLocationManager.xcframework/ios-arm64/TSLocationManager.framework/TSLocationManager +0 -0
- package/ios/TSLocationManager.xcframework/ios-arm64_x86_64-maccatalyst/TSLocationManager.framework/Headers/TSAuthorizationEvent.h +3 -2
- package/ios/TSLocationManager.xcframework/ios-arm64_x86_64-maccatalyst/TSLocationManager.framework/Resources/Info.plist +7 -7
- package/ios/TSLocationManager.xcframework/ios-arm64_x86_64-maccatalyst/TSLocationManager.framework/Resources/PrivacyInfo.xcprivacy +36 -0
- package/ios/TSLocationManager.xcframework/ios-arm64_x86_64-maccatalyst/TSLocationManager.framework/TSLocationManager +0 -0
- package/ios/TSLocationManager.xcframework/ios-arm64_x86_64-simulator/TSLocationManager.framework/Headers/TSAuthorizationEvent.h +3 -2
- package/ios/TSLocationManager.xcframework/ios-arm64_x86_64-simulator/TSLocationManager.framework/Info.plist +0 -0
- package/ios/TSLocationManager.xcframework/ios-arm64_x86_64-simulator/TSLocationManager.framework/PrivacyInfo.xcprivacy +36 -0
- package/ios/TSLocationManager.xcframework/ios-arm64_x86_64-simulator/TSLocationManager.framework/TSLocationManager +0 -0
- package/ios/TSLocationManager.xcframework/ios-arm64_x86_64-simulator/TSLocationManager.framework/_CodeSignature/CodeDirectory +0 -0
- package/ios/TSLocationManager.xcframework/ios-arm64_x86_64-simulator/TSLocationManager.framework/_CodeSignature/CodeRequirements-1 +0 -0
- package/ios/TSLocationManager.xcframework/ios-arm64_x86_64-simulator/TSLocationManager.framework/_CodeSignature/CodeResources +19 -4
- package/package.json +4 -3
|
Binary file
|
|
@@ -8,10 +8,11 @@
|
|
|
8
8
|
|
|
9
9
|
@interface TSAuthorizationEvent : NSObject
|
|
10
10
|
|
|
11
|
+
@property (nonatomic, readonly) NSInteger status;
|
|
11
12
|
@property (nonatomic, readonly) NSError* error;
|
|
12
13
|
@property (nonatomic, readonly) NSDictionary *response;
|
|
13
14
|
|
|
14
|
-
-(instancetype) initWithResponse:(NSDictionary*)response;
|
|
15
|
-
-(instancetype) initWithError:(NSError*)error;
|
|
15
|
+
-(instancetype) initWithResponse:(NSDictionary*)response status:(NSInteger)status;
|
|
16
|
+
-(instancetype) initWithError:(NSError*)error status:(NSInteger)status;
|
|
16
17
|
-(NSDictionary*) toDictionary;
|
|
17
18
|
@end
|
|
Binary file
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<!--
|
|
4
|
+
PrivacyInfo.xcprivacy
|
|
5
|
+
TSLocationManager
|
|
6
|
+
|
|
7
|
+
Created by Christopher Scott on 2024-03-20.
|
|
8
|
+
Copyright (c) 2024 Christopher Scott. All rights reserved.
|
|
9
|
+
-->
|
|
10
|
+
<plist version="1.0">
|
|
11
|
+
<dict>
|
|
12
|
+
<key>NSPrivacyTrackingDomains</key>
|
|
13
|
+
<array/>
|
|
14
|
+
|
|
15
|
+
<key>NSPrivacyAccessedAPITypes</key>
|
|
16
|
+
<array>
|
|
17
|
+
<dict>
|
|
18
|
+
<key>NSPrivacyAccessedAPIType</key>
|
|
19
|
+
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
|
|
20
|
+
|
|
21
|
+
<key>NSPrivacyAccessedAPITypeReasons</key>
|
|
22
|
+
<array>
|
|
23
|
+
<string>CA92.1</string>
|
|
24
|
+
<string>1C8F.1</string>
|
|
25
|
+
</array>
|
|
26
|
+
</dict>
|
|
27
|
+
</array>
|
|
28
|
+
|
|
29
|
+
<key>NSPrivacyCollectedDataTypes</key>
|
|
30
|
+
<array/>
|
|
31
|
+
|
|
32
|
+
<key>NSPrivacyTracking</key>
|
|
33
|
+
<false/>
|
|
34
|
+
</dict>
|
|
35
|
+
</plist>
|
|
36
|
+
|
package/ios/TSLocationManager.xcframework/ios-arm64/TSLocationManager.framework/TSLocationManager
CHANGED
|
Binary file
|
|
@@ -8,10 +8,11 @@
|
|
|
8
8
|
|
|
9
9
|
@interface TSAuthorizationEvent : NSObject
|
|
10
10
|
|
|
11
|
+
@property (nonatomic, readonly) NSInteger status;
|
|
11
12
|
@property (nonatomic, readonly) NSError* error;
|
|
12
13
|
@property (nonatomic, readonly) NSDictionary *response;
|
|
13
14
|
|
|
14
|
-
-(instancetype) initWithResponse:(NSDictionary*)response;
|
|
15
|
-
-(instancetype) initWithError:(NSError*)error;
|
|
15
|
+
-(instancetype) initWithResponse:(NSDictionary*)response status:(NSInteger)status;
|
|
16
|
+
-(instancetype) initWithError:(NSError*)error status:(NSInteger)status;
|
|
16
17
|
-(NSDictionary*) toDictionary;
|
|
17
18
|
@end
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<plist version="1.0">
|
|
4
4
|
<dict>
|
|
5
5
|
<key>BuildMachineOSBuild</key>
|
|
6
|
-
<string>
|
|
6
|
+
<string>23E224</string>
|
|
7
7
|
<key>CFBundleDevelopmentRegion</key>
|
|
8
8
|
<string>en</string>
|
|
9
9
|
<key>CFBundleExecutable</key>
|
|
@@ -27,19 +27,19 @@
|
|
|
27
27
|
<key>DTCompiler</key>
|
|
28
28
|
<string>com.apple.compilers.llvm.clang.1_0</string>
|
|
29
29
|
<key>DTPlatformBuild</key>
|
|
30
|
-
<string
|
|
30
|
+
<string></string>
|
|
31
31
|
<key>DTPlatformName</key>
|
|
32
32
|
<string>macosx</string>
|
|
33
33
|
<key>DTPlatformVersion</key>
|
|
34
|
-
<string>14.
|
|
34
|
+
<string>14.4</string>
|
|
35
35
|
<key>DTSDKBuild</key>
|
|
36
|
-
<string>
|
|
36
|
+
<string>23E208</string>
|
|
37
37
|
<key>DTSDKName</key>
|
|
38
|
-
<string>macosx14.
|
|
38
|
+
<string>macosx14.4</string>
|
|
39
39
|
<key>DTXcode</key>
|
|
40
|
-
<string>
|
|
40
|
+
<string>1530</string>
|
|
41
41
|
<key>DTXcodeBuild</key>
|
|
42
|
-
<string>
|
|
42
|
+
<string>15E204a</string>
|
|
43
43
|
<key>LSMinimumSystemVersion</key>
|
|
44
44
|
<string>10.15</string>
|
|
45
45
|
<key>UIDeviceFamily</key>
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<!--
|
|
4
|
+
PrivacyInfo.xcprivacy
|
|
5
|
+
TSLocationManager
|
|
6
|
+
|
|
7
|
+
Created by Christopher Scott on 2024-03-20.
|
|
8
|
+
Copyright (c) 2024 Christopher Scott. All rights reserved.
|
|
9
|
+
-->
|
|
10
|
+
<plist version="1.0">
|
|
11
|
+
<dict>
|
|
12
|
+
<key>NSPrivacyTrackingDomains</key>
|
|
13
|
+
<array/>
|
|
14
|
+
|
|
15
|
+
<key>NSPrivacyAccessedAPITypes</key>
|
|
16
|
+
<array>
|
|
17
|
+
<dict>
|
|
18
|
+
<key>NSPrivacyAccessedAPIType</key>
|
|
19
|
+
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
|
|
20
|
+
|
|
21
|
+
<key>NSPrivacyAccessedAPITypeReasons</key>
|
|
22
|
+
<array>
|
|
23
|
+
<string>CA92.1</string>
|
|
24
|
+
<string>1C8F.1</string>
|
|
25
|
+
</array>
|
|
26
|
+
</dict>
|
|
27
|
+
</array>
|
|
28
|
+
|
|
29
|
+
<key>NSPrivacyCollectedDataTypes</key>
|
|
30
|
+
<array/>
|
|
31
|
+
|
|
32
|
+
<key>NSPrivacyTracking</key>
|
|
33
|
+
<false/>
|
|
34
|
+
</dict>
|
|
35
|
+
</plist>
|
|
36
|
+
|
|
Binary file
|
|
@@ -8,10 +8,11 @@
|
|
|
8
8
|
|
|
9
9
|
@interface TSAuthorizationEvent : NSObject
|
|
10
10
|
|
|
11
|
+
@property (nonatomic, readonly) NSInteger status;
|
|
11
12
|
@property (nonatomic, readonly) NSError* error;
|
|
12
13
|
@property (nonatomic, readonly) NSDictionary *response;
|
|
13
14
|
|
|
14
|
-
-(instancetype) initWithResponse:(NSDictionary*)response;
|
|
15
|
-
-(instancetype) initWithError:(NSError*)error;
|
|
15
|
+
-(instancetype) initWithResponse:(NSDictionary*)response status:(NSInteger)status;
|
|
16
|
+
-(instancetype) initWithError:(NSError*)error status:(NSInteger)status;
|
|
16
17
|
-(NSDictionary*) toDictionary;
|
|
17
18
|
@end
|
|
Binary file
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<!--
|
|
4
|
+
PrivacyInfo.xcprivacy
|
|
5
|
+
TSLocationManager
|
|
6
|
+
|
|
7
|
+
Created by Christopher Scott on 2024-03-20.
|
|
8
|
+
Copyright (c) 2024 Christopher Scott. All rights reserved.
|
|
9
|
+
-->
|
|
10
|
+
<plist version="1.0">
|
|
11
|
+
<dict>
|
|
12
|
+
<key>NSPrivacyTrackingDomains</key>
|
|
13
|
+
<array/>
|
|
14
|
+
|
|
15
|
+
<key>NSPrivacyAccessedAPITypes</key>
|
|
16
|
+
<array>
|
|
17
|
+
<dict>
|
|
18
|
+
<key>NSPrivacyAccessedAPIType</key>
|
|
19
|
+
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
|
|
20
|
+
|
|
21
|
+
<key>NSPrivacyAccessedAPITypeReasons</key>
|
|
22
|
+
<array>
|
|
23
|
+
<string>CA92.1</string>
|
|
24
|
+
<string>1C8F.1</string>
|
|
25
|
+
</array>
|
|
26
|
+
</dict>
|
|
27
|
+
</array>
|
|
28
|
+
|
|
29
|
+
<key>NSPrivacyCollectedDataTypes</key>
|
|
30
|
+
<array/>
|
|
31
|
+
|
|
32
|
+
<key>NSPrivacyTracking</key>
|
|
33
|
+
<false/>
|
|
34
|
+
</dict>
|
|
35
|
+
</plist>
|
|
36
|
+
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
</data>
|
|
47
47
|
<key>Headers/TSAuthorizationEvent.h</key>
|
|
48
48
|
<data>
|
|
49
|
-
|
|
49
|
+
ShGAskjpRwHpN6rzYDc1Rkg4N2w=
|
|
50
50
|
</data>
|
|
51
51
|
<key>Headers/TSCallback.h</key>
|
|
52
52
|
<data>
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
</data>
|
|
139
139
|
<key>Info.plist</key>
|
|
140
140
|
<data>
|
|
141
|
-
|
|
141
|
+
nUtA4kXT1L8G3cbyS8SfciSSpik=
|
|
142
142
|
</data>
|
|
143
143
|
<key>Miniball/Miniball.hpp</key>
|
|
144
144
|
<data>
|
|
@@ -148,6 +148,10 @@
|
|
|
148
148
|
<data>
|
|
149
149
|
ucUpjMCXhdSrrHC6f1a3/h7dQec=
|
|
150
150
|
</data>
|
|
151
|
+
<key>PrivacyInfo.xcprivacy</key>
|
|
152
|
+
<data>
|
|
153
|
+
eIiWJYOAAQYc3q8Z8126HoAj0sY=
|
|
154
|
+
</data>
|
|
151
155
|
</dict>
|
|
152
156
|
<key>files2</key>
|
|
153
157
|
<dict>
|
|
@@ -265,11 +269,11 @@
|
|
|
265
269
|
<dict>
|
|
266
270
|
<key>hash</key>
|
|
267
271
|
<data>
|
|
268
|
-
|
|
272
|
+
ShGAskjpRwHpN6rzYDc1Rkg4N2w=
|
|
269
273
|
</data>
|
|
270
274
|
<key>hash2</key>
|
|
271
275
|
<data>
|
|
272
|
-
|
|
276
|
+
yUaplVw0pzlGq5AFHHIXcJnT4+heZYnQ9PzTzLSwNEk=
|
|
273
277
|
</data>
|
|
274
278
|
</dict>
|
|
275
279
|
<key>Headers/TSCallback.h</key>
|
|
@@ -536,6 +540,17 @@
|
|
|
536
540
|
tYgWR9aNISh3EH0+KpcgrXdy/E0HZzDIQmvYu4csu9Y=
|
|
537
541
|
</data>
|
|
538
542
|
</dict>
|
|
543
|
+
<key>PrivacyInfo.xcprivacy</key>
|
|
544
|
+
<dict>
|
|
545
|
+
<key>hash</key>
|
|
546
|
+
<data>
|
|
547
|
+
eIiWJYOAAQYc3q8Z8126HoAj0sY=
|
|
548
|
+
</data>
|
|
549
|
+
<key>hash2</key>
|
|
550
|
+
<data>
|
|
551
|
+
Mqmebi7LJeFXux1wzarbNggySwBA8KVz+iSXJ/17rss=
|
|
552
|
+
</data>
|
|
553
|
+
</dict>
|
|
539
554
|
</dict>
|
|
540
555
|
<key>rules</key>
|
|
541
556
|
<dict>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transistorsoft/capacitor-background-geolocation",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.4.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",
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"android/proguard-rules.pro",
|
|
15
15
|
"dist/",
|
|
16
16
|
"ios/Plugin/",
|
|
17
|
+
"ios/Resources/",
|
|
17
18
|
"ios/TSLocationManager.xcframework/",
|
|
18
19
|
"TransistorsoftCapacitorBackgroundGeolocation.podspec"
|
|
19
20
|
],
|
|
@@ -54,10 +55,9 @@
|
|
|
54
55
|
"prepublishOnly": "npm run build"
|
|
55
56
|
},
|
|
56
57
|
"dependencies": {
|
|
57
|
-
"@transistorsoft/capacitor-background-fetch": "^5.2.
|
|
58
|
+
"@transistorsoft/capacitor-background-fetch": "^5.2.4"
|
|
58
59
|
},
|
|
59
60
|
"devDependencies": {
|
|
60
|
-
"@transistorsoft/typedoc-theme": "^2.0.9",
|
|
61
61
|
"@capacitor/android": "^5.0.0",
|
|
62
62
|
"@capacitor/core": "^5.0.0",
|
|
63
63
|
"@capacitor/ios": "^5.0.0",
|
|
@@ -65,6 +65,7 @@
|
|
|
65
65
|
"@ionic/prettier-config": "^1.0.1",
|
|
66
66
|
"@ionic/swiftlint-config": "^1.1.2",
|
|
67
67
|
"@rollup/plugin-commonjs": "^19.0.0",
|
|
68
|
+
"@transistorsoft/typedoc-theme": "^2.0.9",
|
|
68
69
|
"chalk": "^4.1.0",
|
|
69
70
|
"eslint": "^7.11.0",
|
|
70
71
|
"fs-extra": "^9.1.0",
|