@transistorsoft/capacitor-background-geolocation 5.4.1 → 6.0.0
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/android/build.gradle +2 -2
- 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/BackgroundGeolocation.d.ts +11 -1
- package/dist/declarations/interfaces/AuthorizationEvent.d.ts +17 -17
- package/ios/TSLocationManager.xcframework/Info.plist +6 -6
- 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 +165 -15
- package/ios/TSLocationManager.xcframework/_CodeSignature/CodeSignature +0 -0
- package/ios/TSLocationManager.xcframework/ios-arm64/TSLocationManager.framework/TSLocationManager +0 -0
- package/ios/TSLocationManager.xcframework/ios-arm64/TSLocationManager.framework/_CodeSignature/CodeDirectory +0 -0
- package/ios/TSLocationManager.xcframework/ios-arm64/TSLocationManager.framework/_CodeSignature/CodeRequirements +0 -0
- package/ios/TSLocationManager.xcframework/ios-arm64/TSLocationManager.framework/_CodeSignature/CodeRequirements-1 +0 -0
- package/ios/TSLocationManager.xcframework/ios-arm64/TSLocationManager.framework/_CodeSignature/CodeResources +642 -0
- package/ios/TSLocationManager.xcframework/ios-arm64/TSLocationManager.framework/_CodeSignature/CodeSignature +0 -0
- package/ios/TSLocationManager.xcframework/ios-arm64_x86_64-maccatalyst/TSLocationManager.framework/TSLocationManager +0 -0
- package/ios/TSLocationManager.xcframework/ios-arm64_x86_64-maccatalyst/TSLocationManager.framework/_CodeSignature/CodeDirectory +0 -0
- package/ios/TSLocationManager.xcframework/ios-arm64_x86_64-maccatalyst/TSLocationManager.framework/_CodeSignature/CodeRequirements +0 -0
- package/ios/TSLocationManager.xcframework/ios-arm64_x86_64-maccatalyst/TSLocationManager.framework/_CodeSignature/CodeRequirements-1 +0 -0
- package/ios/TSLocationManager.xcframework/ios-arm64_x86_64-maccatalyst/TSLocationManager.framework/_CodeSignature/CodeResources +536 -0
- package/ios/TSLocationManager.xcframework/ios-arm64_x86_64-maccatalyst/TSLocationManager.framework/_CodeSignature/CodeSignature +0 -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/package.json +6 -6
package/android/build.gradle
CHANGED
|
@@ -12,7 +12,7 @@ buildscript {
|
|
|
12
12
|
mavenCentral()
|
|
13
13
|
}
|
|
14
14
|
dependencies {
|
|
15
|
-
classpath 'com.android.tools.build:gradle:8.
|
|
15
|
+
classpath 'com.android.tools.build:gradle:8.2.2'
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
|
|
@@ -55,7 +55,7 @@ android {
|
|
|
55
55
|
namespace("com.transistorsoft.bggeo.capacitor")
|
|
56
56
|
}
|
|
57
57
|
|
|
58
|
-
|
|
58
|
+
compileSdk safeExtGet('compileSdkVersion', DEFAULT_COMPILE_SDK_VERSION)
|
|
59
59
|
defaultConfig {
|
|
60
60
|
minSdkVersion project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 22
|
|
61
61
|
targetSdkVersion project.hasProperty('targetSdkVersion') ? rootProject.ext.targetSdkVersion : 33
|
|
Binary file
|
package/android/libs/com/transistorsoft/tslocationmanager/3.5.4/tslocationmanager-3.5.4.aar.md5
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
2061702453bcb97a73dba6b86d1edaf7
|
package/android/libs/com/transistorsoft/tslocationmanager/3.5.4/tslocationmanager-3.5.4.aar.sha1
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
feb2367f72761f4b699ae58ec047461e9a9234d6
|
package/android/libs/com/transistorsoft/tslocationmanager/3.5.4/tslocationmanager-3.5.4.aar.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
d591c768f36f5312337747427dc34e860871086323d975f1388f7d36480a2702
|
package/android/libs/com/transistorsoft/tslocationmanager/3.5.4/tslocationmanager-3.5.4.aar.sha512
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
b37bbbf38d78ae8d1e939475578deed59aa6974b57b2f2875e010d852ed334764ab0b17314468a1cad1b6f96288ecbaa5e66a3d5dbc3dd9ba5b265614685fc3f
|
package/android/libs/com/transistorsoft/tslocationmanager-v21/3.5.4/tslocationmanager-v21-3.5.4.aar
CHANGED
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
ef24420944e46ec3be54a938ace6ea5b
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
5ffb007eee69e2670b1addd2dc467289671cf3d9
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
6d18e0695079ef503e690852c4482688e017de7bb566724732cc6bb9e0b8f3c2
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
0217b0a97fe4a3379d2e56197a99d5664269f7ef8b985dbcaa5e4b587e0335021ebf3e88f2d0742e9e7f119374dfd2c9cb42c01ea0f681b75b26a9d460092235
|
|
@@ -725,7 +725,7 @@ declare module "@transistorsoft/capacitor-background-geolocation" {
|
|
|
725
725
|
* });
|
|
726
726
|
* ```
|
|
727
727
|
*
|
|
728
|
-
* ### ⚠️ Warning: You must call
|
|
728
|
+
* ### ⚠️ Warning: You must call __`.ready(confg)`__ **once** and **only** once, each time your app is launched.
|
|
729
729
|
* - Do not hide the call to `#ready` within a view which is loaded only by clicking a UI action. This is particularly important
|
|
730
730
|
* for iOS in the case where the OS relaunches your app in the background when the device is detected to be moving. If you don't ensure that `#ready` is called in this case, tracking will not resume.
|
|
731
731
|
*
|
|
@@ -733,6 +733,16 @@ declare module "@transistorsoft/capacitor-background-geolocation" {
|
|
|
733
733
|
*
|
|
734
734
|
* If you wish, you can use the [[reset]] method to reset all [[Config]] options to documented default-values (with optional overrides):
|
|
735
735
|
*
|
|
736
|
+
* ### [[Config.reset]]: false
|
|
737
|
+
*
|
|
738
|
+
* Configuring the plugin with __`reset: false`__ should generally be avoided unless you know *exactly* what it does. People often find this from the *Demo* app. If you do configure `reset: false`, you'll find that your `Config` provided to `.ready` is consumed **only at first launch after install**. Thereafter, the plugin will ignore any changes you've provided there. The only way to change the config then is to use [[setConfig]].
|
|
739
|
+
*
|
|
740
|
+
* You will especially not want to use `reset: false` during development, while you're fine-tuning your `Config` options.
|
|
741
|
+
*
|
|
742
|
+
* The reason the *Demo* app uses `reset: false` is because it hosts an advanced "*Settings*" screen to tune the `Config` at runtime and we don't want those runtime changes to be overwritten by `.ready(config)` each time the app launches.
|
|
743
|
+
*
|
|
744
|
+
* ⚠️ If you *don't* undestand what __`reset: false`__ does, **NO NOT USE IT**. If you blindly copy/pasted it from the *Demo* app, **REMOVE IT** from your `Config`.
|
|
745
|
+
*
|
|
736
746
|
* @example
|
|
737
747
|
* ```typescript
|
|
738
748
|
* BackgroundGeolocation.reset();
|
|
@@ -14,21 +14,21 @@ declare module "@transistorsoft/capacitor-background-geolocation" {
|
|
|
14
14
|
* ```
|
|
15
15
|
*/
|
|
16
16
|
interface AuthorizationEvent {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
17
|
+
/**
|
|
18
|
+
* HTTP Status returned from your [[Authorization.refreshUrl]] (or `0` if the HTTP request failed).
|
|
19
|
+
*/
|
|
20
|
+
status:number;
|
|
21
|
+
/**
|
|
22
|
+
* `true` when an authorization request to [[Authorization.refreshUrl]] was successful.
|
|
23
|
+
*/
|
|
24
|
+
success: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* When [[success]] is `false`, this is the error message from [[Authorization.refreshUrl]]. Otherwise, `null`.
|
|
27
|
+
*/
|
|
28
|
+
error: string;
|
|
29
|
+
/**
|
|
30
|
+
* when [[success]] is `true`, this is the decoded JSON response returned from [[Authorization.refreshUrl]]. Otherwise, `null`.
|
|
31
|
+
*/
|
|
32
|
+
response:any;
|
|
33
|
+
}
|
|
34
34
|
}
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
<array>
|
|
7
7
|
<dict>
|
|
8
8
|
<key>BinaryPath</key>
|
|
9
|
-
<string>TSLocationManager.framework/
|
|
9
|
+
<string>TSLocationManager.framework/TSLocationManager</string>
|
|
10
10
|
<key>LibraryIdentifier</key>
|
|
11
|
-
<string>ios-arm64_x86_64-
|
|
11
|
+
<string>ios-arm64_x86_64-simulator</string>
|
|
12
12
|
<key>LibraryPath</key>
|
|
13
13
|
<string>TSLocationManager.framework</string>
|
|
14
14
|
<key>SupportedArchitectures</key>
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
<key>SupportedPlatform</key>
|
|
20
20
|
<string>ios</string>
|
|
21
21
|
<key>SupportedPlatformVariant</key>
|
|
22
|
-
<string>
|
|
22
|
+
<string>simulator</string>
|
|
23
23
|
</dict>
|
|
24
24
|
<dict>
|
|
25
25
|
<key>BinaryPath</key>
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
</dict>
|
|
38
38
|
<dict>
|
|
39
39
|
<key>BinaryPath</key>
|
|
40
|
-
<string>TSLocationManager.framework/TSLocationManager</string>
|
|
40
|
+
<string>TSLocationManager.framework/Versions/A/TSLocationManager</string>
|
|
41
41
|
<key>LibraryIdentifier</key>
|
|
42
|
-
<string>ios-arm64_x86_64-
|
|
42
|
+
<string>ios-arm64_x86_64-maccatalyst</string>
|
|
43
43
|
<key>LibraryPath</key>
|
|
44
44
|
<string>TSLocationManager.framework</string>
|
|
45
45
|
<key>SupportedArchitectures</key>
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
<key>SupportedPlatform</key>
|
|
51
51
|
<string>ios</string>
|
|
52
52
|
<key>SupportedPlatformVariant</key>
|
|
53
|
-
<string>
|
|
53
|
+
<string>maccatalyst</string>
|
|
54
54
|
</dict>
|
|
55
55
|
</array>
|
|
56
56
|
<key>CFBundlePackageType</key>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -154,7 +154,27 @@
|
|
|
154
154
|
</data>
|
|
155
155
|
<key>ios-arm64/TSLocationManager.framework/TSLocationManager</key>
|
|
156
156
|
<data>
|
|
157
|
-
|
|
157
|
+
7EhTwMdD1KLOp3WQoX7IW2CbHIE=
|
|
158
|
+
</data>
|
|
159
|
+
<key>ios-arm64/TSLocationManager.framework/_CodeSignature/CodeDirectory</key>
|
|
160
|
+
<data>
|
|
161
|
+
LPIFIQVlS4b8AxMPLi1g4CexyZs=
|
|
162
|
+
</data>
|
|
163
|
+
<key>ios-arm64/TSLocationManager.framework/_CodeSignature/CodeRequirements</key>
|
|
164
|
+
<data>
|
|
165
|
+
S66/pJ/XbSjoZSEL1n86rOH94T4=
|
|
166
|
+
</data>
|
|
167
|
+
<key>ios-arm64/TSLocationManager.framework/_CodeSignature/CodeRequirements-1</key>
|
|
168
|
+
<data>
|
|
169
|
+
Y4S2gUnbm1wwjD0EnDP5zBtcrJc=
|
|
170
|
+
</data>
|
|
171
|
+
<key>ios-arm64/TSLocationManager.framework/_CodeSignature/CodeResources</key>
|
|
172
|
+
<data>
|
|
173
|
+
r+M9wB0Oyu8Ovmf378WP2HigXnM=
|
|
174
|
+
</data>
|
|
175
|
+
<key>ios-arm64/TSLocationManager.framework/_CodeSignature/CodeSignature</key>
|
|
176
|
+
<data>
|
|
177
|
+
JIUydlr840DWmKKz7Kf83cNCQEI=
|
|
158
178
|
</data>
|
|
159
179
|
<key>ios-arm64_x86_64-maccatalyst/TSLocationManager.framework/Headers/AtomicBoolean.h</key>
|
|
160
180
|
<data>
|
|
@@ -306,7 +326,27 @@
|
|
|
306
326
|
</data>
|
|
307
327
|
<key>ios-arm64_x86_64-maccatalyst/TSLocationManager.framework/TSLocationManager</key>
|
|
308
328
|
<data>
|
|
309
|
-
|
|
329
|
+
ATN/wtDYMy5EaizU7ipa9VLIeWw=
|
|
330
|
+
</data>
|
|
331
|
+
<key>ios-arm64_x86_64-maccatalyst/TSLocationManager.framework/_CodeSignature/CodeDirectory</key>
|
|
332
|
+
<data>
|
|
333
|
+
bYz3++90sQw2HopUIX4u8sZgif4=
|
|
334
|
+
</data>
|
|
335
|
+
<key>ios-arm64_x86_64-maccatalyst/TSLocationManager.framework/_CodeSignature/CodeRequirements</key>
|
|
336
|
+
<data>
|
|
337
|
+
S66/pJ/XbSjoZSEL1n86rOH94T4=
|
|
338
|
+
</data>
|
|
339
|
+
<key>ios-arm64_x86_64-maccatalyst/TSLocationManager.framework/_CodeSignature/CodeRequirements-1</key>
|
|
340
|
+
<data>
|
|
341
|
+
cJZ8BgK111Jn2wQS9yfpuD4imTk=
|
|
342
|
+
</data>
|
|
343
|
+
<key>ios-arm64_x86_64-maccatalyst/TSLocationManager.framework/_CodeSignature/CodeResources</key>
|
|
344
|
+
<data>
|
|
345
|
+
K31AMTf0BJW0Yz+DTjk6J303ARU=
|
|
346
|
+
</data>
|
|
347
|
+
<key>ios-arm64_x86_64-maccatalyst/TSLocationManager.framework/_CodeSignature/CodeSignature</key>
|
|
348
|
+
<data>
|
|
349
|
+
gLD0Gbh6LEAC4/JOu9wMgllNelw=
|
|
310
350
|
</data>
|
|
311
351
|
<key>ios-arm64_x86_64-simulator/TSLocationManager.framework/Headers/AtomicBoolean.h</key>
|
|
312
352
|
<data>
|
|
@@ -458,11 +498,11 @@
|
|
|
458
498
|
</data>
|
|
459
499
|
<key>ios-arm64_x86_64-simulator/TSLocationManager.framework/TSLocationManager</key>
|
|
460
500
|
<data>
|
|
461
|
-
|
|
501
|
+
svzdzgQZe0LwdvPgqJedPuGNuEs=
|
|
462
502
|
</data>
|
|
463
503
|
<key>ios-arm64_x86_64-simulator/TSLocationManager.framework/_CodeSignature/CodeDirectory</key>
|
|
464
504
|
<data>
|
|
465
|
-
|
|
505
|
+
9p28JVNUw1P2H+ma7nxVuH3ELFQ=
|
|
466
506
|
</data>
|
|
467
507
|
<key>ios-arm64_x86_64-simulator/TSLocationManager.framework/_CodeSignature/CodeRequirements</key>
|
|
468
508
|
<data>
|
|
@@ -470,7 +510,7 @@
|
|
|
470
510
|
</data>
|
|
471
511
|
<key>ios-arm64_x86_64-simulator/TSLocationManager.framework/_CodeSignature/CodeRequirements-1</key>
|
|
472
512
|
<data>
|
|
473
|
-
|
|
513
|
+
sc6C7M9KDwDlOGrOYy8X4aFAWD8=
|
|
474
514
|
</data>
|
|
475
515
|
<key>ios-arm64_x86_64-simulator/TSLocationManager.framework/_CodeSignature/CodeResources</key>
|
|
476
516
|
<data>
|
|
@@ -894,11 +934,66 @@
|
|
|
894
934
|
<dict>
|
|
895
935
|
<key>hash</key>
|
|
896
936
|
<data>
|
|
897
|
-
|
|
937
|
+
7EhTwMdD1KLOp3WQoX7IW2CbHIE=
|
|
938
|
+
</data>
|
|
939
|
+
<key>hash2</key>
|
|
940
|
+
<data>
|
|
941
|
+
zN68wW8QvOe1TGM6pB99FcqyjQWyCtOtFXzkjI2ZC4A=
|
|
942
|
+
</data>
|
|
943
|
+
</dict>
|
|
944
|
+
<key>ios-arm64/TSLocationManager.framework/_CodeSignature/CodeDirectory</key>
|
|
945
|
+
<dict>
|
|
946
|
+
<key>hash</key>
|
|
947
|
+
<data>
|
|
948
|
+
LPIFIQVlS4b8AxMPLi1g4CexyZs=
|
|
949
|
+
</data>
|
|
950
|
+
<key>hash2</key>
|
|
951
|
+
<data>
|
|
952
|
+
EpKwxwhUYT5OQ3g6s1Oq7dYNSSkXpLD/VtZvHJByAqM=
|
|
953
|
+
</data>
|
|
954
|
+
</dict>
|
|
955
|
+
<key>ios-arm64/TSLocationManager.framework/_CodeSignature/CodeRequirements</key>
|
|
956
|
+
<dict>
|
|
957
|
+
<key>hash</key>
|
|
958
|
+
<data>
|
|
959
|
+
S66/pJ/XbSjoZSEL1n86rOH94T4=
|
|
960
|
+
</data>
|
|
961
|
+
<key>hash2</key>
|
|
962
|
+
<data>
|
|
963
|
+
Z8dsuwWM1nB6E9pyyMBDm29TXMc2qgNiRubNmc4djwc=
|
|
964
|
+
</data>
|
|
965
|
+
</dict>
|
|
966
|
+
<key>ios-arm64/TSLocationManager.framework/_CodeSignature/CodeRequirements-1</key>
|
|
967
|
+
<dict>
|
|
968
|
+
<key>hash</key>
|
|
969
|
+
<data>
|
|
970
|
+
Y4S2gUnbm1wwjD0EnDP5zBtcrJc=
|
|
971
|
+
</data>
|
|
972
|
+
<key>hash2</key>
|
|
973
|
+
<data>
|
|
974
|
+
qRUwb1FMUZ6Pwok+7HNYXQ9wW6HBUeeSTkPvKBx1qOs=
|
|
975
|
+
</data>
|
|
976
|
+
</dict>
|
|
977
|
+
<key>ios-arm64/TSLocationManager.framework/_CodeSignature/CodeResources</key>
|
|
978
|
+
<dict>
|
|
979
|
+
<key>hash</key>
|
|
980
|
+
<data>
|
|
981
|
+
r+M9wB0Oyu8Ovmf378WP2HigXnM=
|
|
898
982
|
</data>
|
|
899
983
|
<key>hash2</key>
|
|
900
984
|
<data>
|
|
901
|
-
|
|
985
|
+
BYUEdQvA0OzJ868txWw8s2LiSxTkIMyJankDTmPDDTE=
|
|
986
|
+
</data>
|
|
987
|
+
</dict>
|
|
988
|
+
<key>ios-arm64/TSLocationManager.framework/_CodeSignature/CodeSignature</key>
|
|
989
|
+
<dict>
|
|
990
|
+
<key>hash</key>
|
|
991
|
+
<data>
|
|
992
|
+
JIUydlr840DWmKKz7Kf83cNCQEI=
|
|
993
|
+
</data>
|
|
994
|
+
<key>hash2</key>
|
|
995
|
+
<data>
|
|
996
|
+
O+HYVwbfk7l8Q5InxzhdEcYwKvms2dyDJAeMm271UfU=
|
|
902
997
|
</data>
|
|
903
998
|
</dict>
|
|
904
999
|
<key>ios-arm64_x86_64-maccatalyst/TSLocationManager.framework/Headers/AtomicBoolean.h</key>
|
|
@@ -1312,11 +1407,66 @@
|
|
|
1312
1407
|
<dict>
|
|
1313
1408
|
<key>hash</key>
|
|
1314
1409
|
<data>
|
|
1315
|
-
|
|
1410
|
+
ATN/wtDYMy5EaizU7ipa9VLIeWw=
|
|
1411
|
+
</data>
|
|
1412
|
+
<key>hash2</key>
|
|
1413
|
+
<data>
|
|
1414
|
+
fOvZ+WOqPd7BHCGsh8Q96tNd4MmWKEWUJM2Jkq9Fxtc=
|
|
1415
|
+
</data>
|
|
1416
|
+
</dict>
|
|
1417
|
+
<key>ios-arm64_x86_64-maccatalyst/TSLocationManager.framework/_CodeSignature/CodeDirectory</key>
|
|
1418
|
+
<dict>
|
|
1419
|
+
<key>hash</key>
|
|
1420
|
+
<data>
|
|
1421
|
+
bYz3++90sQw2HopUIX4u8sZgif4=
|
|
1422
|
+
</data>
|
|
1423
|
+
<key>hash2</key>
|
|
1424
|
+
<data>
|
|
1425
|
+
srsxx/3JDdtpQQMgD3fdg18cLsTvSJcJGATldwoBH3s=
|
|
1426
|
+
</data>
|
|
1427
|
+
</dict>
|
|
1428
|
+
<key>ios-arm64_x86_64-maccatalyst/TSLocationManager.framework/_CodeSignature/CodeRequirements</key>
|
|
1429
|
+
<dict>
|
|
1430
|
+
<key>hash</key>
|
|
1431
|
+
<data>
|
|
1432
|
+
S66/pJ/XbSjoZSEL1n86rOH94T4=
|
|
1433
|
+
</data>
|
|
1434
|
+
<key>hash2</key>
|
|
1435
|
+
<data>
|
|
1436
|
+
Z8dsuwWM1nB6E9pyyMBDm29TXMc2qgNiRubNmc4djwc=
|
|
1437
|
+
</data>
|
|
1438
|
+
</dict>
|
|
1439
|
+
<key>ios-arm64_x86_64-maccatalyst/TSLocationManager.framework/_CodeSignature/CodeRequirements-1</key>
|
|
1440
|
+
<dict>
|
|
1441
|
+
<key>hash</key>
|
|
1442
|
+
<data>
|
|
1443
|
+
cJZ8BgK111Jn2wQS9yfpuD4imTk=
|
|
1444
|
+
</data>
|
|
1445
|
+
<key>hash2</key>
|
|
1446
|
+
<data>
|
|
1447
|
+
MxNXP0QuA9ElgQd+asZYEpo2tOnSt3pkc4hnXoENS3Q=
|
|
1448
|
+
</data>
|
|
1449
|
+
</dict>
|
|
1450
|
+
<key>ios-arm64_x86_64-maccatalyst/TSLocationManager.framework/_CodeSignature/CodeResources</key>
|
|
1451
|
+
<dict>
|
|
1452
|
+
<key>hash</key>
|
|
1453
|
+
<data>
|
|
1454
|
+
K31AMTf0BJW0Yz+DTjk6J303ARU=
|
|
1455
|
+
</data>
|
|
1456
|
+
<key>hash2</key>
|
|
1457
|
+
<data>
|
|
1458
|
+
y8N43rh/SCIDj/Dt+hm0bqrsuqbvxWBnmLZILaEeYb4=
|
|
1459
|
+
</data>
|
|
1460
|
+
</dict>
|
|
1461
|
+
<key>ios-arm64_x86_64-maccatalyst/TSLocationManager.framework/_CodeSignature/CodeSignature</key>
|
|
1462
|
+
<dict>
|
|
1463
|
+
<key>hash</key>
|
|
1464
|
+
<data>
|
|
1465
|
+
gLD0Gbh6LEAC4/JOu9wMgllNelw=
|
|
1316
1466
|
</data>
|
|
1317
1467
|
<key>hash2</key>
|
|
1318
1468
|
<data>
|
|
1319
|
-
|
|
1469
|
+
LqGHISwCmUZEXIPJDuDM0chQWS63xtwhK2nJVcHDj+c=
|
|
1320
1470
|
</data>
|
|
1321
1471
|
</dict>
|
|
1322
1472
|
<key>ios-arm64_x86_64-simulator/TSLocationManager.framework/Headers/AtomicBoolean.h</key>
|
|
@@ -1730,22 +1880,22 @@
|
|
|
1730
1880
|
<dict>
|
|
1731
1881
|
<key>hash</key>
|
|
1732
1882
|
<data>
|
|
1733
|
-
|
|
1883
|
+
svzdzgQZe0LwdvPgqJedPuGNuEs=
|
|
1734
1884
|
</data>
|
|
1735
1885
|
<key>hash2</key>
|
|
1736
1886
|
<data>
|
|
1737
|
-
|
|
1887
|
+
VS9zLT68DveXFjwU50CAB7OXgtokwt699jcba40RL5A=
|
|
1738
1888
|
</data>
|
|
1739
1889
|
</dict>
|
|
1740
1890
|
<key>ios-arm64_x86_64-simulator/TSLocationManager.framework/_CodeSignature/CodeDirectory</key>
|
|
1741
1891
|
<dict>
|
|
1742
1892
|
<key>hash</key>
|
|
1743
1893
|
<data>
|
|
1744
|
-
|
|
1894
|
+
9p28JVNUw1P2H+ma7nxVuH3ELFQ=
|
|
1745
1895
|
</data>
|
|
1746
1896
|
<key>hash2</key>
|
|
1747
1897
|
<data>
|
|
1748
|
-
|
|
1898
|
+
KrozeYu7vrL7pafkIMqVeuugfUetkHR27FnOSfW/Bqo=
|
|
1749
1899
|
</data>
|
|
1750
1900
|
</dict>
|
|
1751
1901
|
<key>ios-arm64_x86_64-simulator/TSLocationManager.framework/_CodeSignature/CodeRequirements</key>
|
|
@@ -1763,11 +1913,11 @@
|
|
|
1763
1913
|
<dict>
|
|
1764
1914
|
<key>hash</key>
|
|
1765
1915
|
<data>
|
|
1766
|
-
|
|
1916
|
+
sc6C7M9KDwDlOGrOYy8X4aFAWD8=
|
|
1767
1917
|
</data>
|
|
1768
1918
|
<key>hash2</key>
|
|
1769
1919
|
<data>
|
|
1770
|
-
|
|
1920
|
+
q0YX9aDY0EufYFLl5uJcilb969gDmMJH65j0pvdfJNw=
|
|
1771
1921
|
</data>
|
|
1772
1922
|
</dict>
|
|
1773
1923
|
<key>ios-arm64_x86_64-simulator/TSLocationManager.framework/_CodeSignature/CodeResources</key>
|
|
Binary file
|
package/ios/TSLocationManager.xcframework/ios-arm64/TSLocationManager.framework/TSLocationManager
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|