react-native-background-geolocation 4.16.0 → 4.16.2
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/.github/workflows/stale.yaml +25 -0
- package/README.md +4 -1
- 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/ios/RNBackgroundGeolocation/TSLocationManager.xcframework/Info.plist +9 -9
- package/ios/RNBackgroundGeolocation/TSLocationManager.xcframework/_CodeSignature/CodeDirectory +0 -0
- package/ios/RNBackgroundGeolocation/TSLocationManager.xcframework/_CodeSignature/CodeRequirements +0 -0
- package/ios/RNBackgroundGeolocation/TSLocationManager.xcframework/_CodeSignature/CodeRequirements-1 +0 -0
- package/ios/RNBackgroundGeolocation/TSLocationManager.xcframework/_CodeSignature/CodeResources +165 -15
- package/ios/RNBackgroundGeolocation/TSLocationManager.xcframework/_CodeSignature/CodeSignature +0 -0
- package/ios/RNBackgroundGeolocation/TSLocationManager.xcframework/ios-arm64/TSLocationManager.framework/TSLocationManager +0 -0
- package/ios/RNBackgroundGeolocation/TSLocationManager.xcframework/ios-arm64/TSLocationManager.framework/_CodeSignature/CodeDirectory +0 -0
- package/ios/RNBackgroundGeolocation/TSLocationManager.xcframework/ios-arm64/TSLocationManager.framework/_CodeSignature/CodeRequirements +0 -0
- package/ios/RNBackgroundGeolocation/TSLocationManager.xcframework/ios-arm64/TSLocationManager.framework/_CodeSignature/CodeRequirements-1 +0 -0
- package/ios/RNBackgroundGeolocation/TSLocationManager.xcframework/ios-arm64/TSLocationManager.framework/_CodeSignature/CodeResources +642 -0
- package/ios/RNBackgroundGeolocation/TSLocationManager.xcframework/ios-arm64/TSLocationManager.framework/_CodeSignature/CodeSignature +0 -0
- package/ios/RNBackgroundGeolocation/TSLocationManager.xcframework/ios-arm64_x86_64-maccatalyst/TSLocationManager.framework/TSLocationManager +0 -0
- package/ios/RNBackgroundGeolocation/TSLocationManager.xcframework/ios-arm64_x86_64-maccatalyst/TSLocationManager.framework/_CodeSignature/CodeDirectory +0 -0
- package/ios/RNBackgroundGeolocation/TSLocationManager.xcframework/ios-arm64_x86_64-maccatalyst/TSLocationManager.framework/_CodeSignature/CodeRequirements +0 -0
- package/ios/RNBackgroundGeolocation/TSLocationManager.xcframework/ios-arm64_x86_64-maccatalyst/TSLocationManager.framework/_CodeSignature/CodeRequirements-1 +0 -0
- package/ios/RNBackgroundGeolocation/TSLocationManager.xcframework/ios-arm64_x86_64-maccatalyst/TSLocationManager.framework/_CodeSignature/CodeResources +536 -0
- package/ios/RNBackgroundGeolocation/TSLocationManager.xcframework/ios-arm64_x86_64-maccatalyst/TSLocationManager.framework/_CodeSignature/CodeSignature +0 -0
- package/ios/RNBackgroundGeolocation/TSLocationManager.xcframework/ios-arm64_x86_64-simulator/TSLocationManager.framework/TSLocationManager +0 -0
- package/ios/RNBackgroundGeolocation/TSLocationManager.xcframework/ios-arm64_x86_64-simulator/TSLocationManager.framework/_CodeSignature/CodeDirectory +0 -0
- package/ios/RNBackgroundGeolocation/TSLocationManager.xcframework/ios-arm64_x86_64-simulator/TSLocationManager.framework/_CodeSignature/CodeRequirements-1 +0 -0
- package/package.json +2 -2
- package/src/declarations/BackgroundGeolocation.d.ts +11 -1
- package/src/declarations/interfaces/AuthorizationEvent.d.ts +7 -3
- package/.github/stale.yml +0 -41
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
name: Close inactive issues
|
|
2
|
+
on:
|
|
3
|
+
schedule:
|
|
4
|
+
- cron: "30 1 * * *"
|
|
5
|
+
|
|
6
|
+
jobs:
|
|
7
|
+
close-issues:
|
|
8
|
+
runs-on: ubuntu-latest
|
|
9
|
+
permissions:
|
|
10
|
+
issues: write
|
|
11
|
+
pull-requests: write
|
|
12
|
+
steps:
|
|
13
|
+
- uses: actions/stale@v5
|
|
14
|
+
with:
|
|
15
|
+
operations-per-run: 100
|
|
16
|
+
days-before-issue-stale: 30
|
|
17
|
+
days-before-issue-close: 14
|
|
18
|
+
stale-issue-label: "stale"
|
|
19
|
+
stale-issue-message: "This issue is stale because it has been open for 30 days with no activity."
|
|
20
|
+
close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."
|
|
21
|
+
days-before-pr-stale: -1
|
|
22
|
+
days-before-pr-close: -1
|
|
23
|
+
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
|
24
|
+
|
|
25
|
+
|
package/README.md
CHANGED
|
@@ -141,7 +141,10 @@ There are three main steps to using `BackgroundGeolocation`
|
|
|
141
141
|
2. `.ready(config)` the plugin.
|
|
142
142
|
3. `.start()` the plugin.
|
|
143
143
|
|
|
144
|
-
:warning: Do not execute *any* API method which will require accessing location-services until the
|
|
144
|
+
:warning: Do not execute *any* API method which will require accessing location-services until the **[`.ready(config)`](https://transistorsoft.github.io/react-native-background-geolocation/classes/backgroundgeolocation.html#ready)** method resolves ([Read its API docs](https://transistorsoft.github.io/react-native-background-geolocation/classes/backgroundgeolocation.html#ready)), For example:
|
|
145
|
+
- `.getCurrentPosition`
|
|
146
|
+
- `.watchPosition`
|
|
147
|
+
- `.start`
|
|
145
148
|
|
|
146
149
|
```javascript
|
|
147
150
|
// NO! .ready() has not resolved.
|
|
Binary file
|
package/android/libs/com/transistorsoft/tslocationmanager/3.5.4/tslocationmanager-3.5.4.aar.md5
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
b13a14d7e2aec102540dbead18e02820
|
package/android/libs/com/transistorsoft/tslocationmanager/3.5.4/tslocationmanager-3.5.4.aar.sha1
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
b6dc73d8c06005b02c2a862993177e5ba45e7235
|
package/android/libs/com/transistorsoft/tslocationmanager/3.5.4/tslocationmanager-3.5.4.aar.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
b04dfea8f3869e07b3cd6102afdb11f9815b426c5b2c19d88d1056217573076c
|
package/android/libs/com/transistorsoft/tslocationmanager/3.5.4/tslocationmanager-3.5.4.aar.sha512
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
1414603c8f2960f35def168ac57895547c037441fca07c9bd4ea27055acb8225105fc3fcc32ad70daa5cf125d25ea817a57f9bff6f331a4e214ea2a4144d3098
|
package/android/libs/com/transistorsoft/tslocationmanager-v21/3.5.4/tslocationmanager-v21-3.5.4.aar
CHANGED
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
229865a9fe5b2e995e9dfce108342ddb
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
488102e8cf03ea0548853807c067a3def43d3a0a
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
46fbac083502efa621c17339f576a5a05ad3b3f96de481295187e76cbae1a38c
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
ab32b05cc9ed5d0cb741a0235aced32ebbc22e65b43f41fa8f821e3c948e6063f1b0169ca5899c554d700b02b79d2e6c449d242b260a3724ead6e5a938b7def4
|
|
@@ -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,38 +19,38 @@
|
|
|
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>
|
|
26
|
-
<string>TSLocationManager.framework/TSLocationManager</string>
|
|
26
|
+
<string>TSLocationManager.framework/Versions/A/TSLocationManager</string>
|
|
27
27
|
<key>LibraryIdentifier</key>
|
|
28
|
-
<string>ios-
|
|
28
|
+
<string>ios-arm64_x86_64-maccatalyst</string>
|
|
29
29
|
<key>LibraryPath</key>
|
|
30
30
|
<string>TSLocationManager.framework</string>
|
|
31
31
|
<key>SupportedArchitectures</key>
|
|
32
32
|
<array>
|
|
33
33
|
<string>arm64</string>
|
|
34
|
+
<string>x86_64</string>
|
|
34
35
|
</array>
|
|
35
36
|
<key>SupportedPlatform</key>
|
|
36
37
|
<string>ios</string>
|
|
38
|
+
<key>SupportedPlatformVariant</key>
|
|
39
|
+
<string>maccatalyst</string>
|
|
37
40
|
</dict>
|
|
38
41
|
<dict>
|
|
39
42
|
<key>BinaryPath</key>
|
|
40
43
|
<string>TSLocationManager.framework/TSLocationManager</string>
|
|
41
44
|
<key>LibraryIdentifier</key>
|
|
42
|
-
<string>ios-
|
|
45
|
+
<string>ios-arm64</string>
|
|
43
46
|
<key>LibraryPath</key>
|
|
44
47
|
<string>TSLocationManager.framework</string>
|
|
45
48
|
<key>SupportedArchitectures</key>
|
|
46
49
|
<array>
|
|
47
50
|
<string>arm64</string>
|
|
48
|
-
<string>x86_64</string>
|
|
49
51
|
</array>
|
|
50
52
|
<key>SupportedPlatform</key>
|
|
51
53
|
<string>ios</string>
|
|
52
|
-
<key>SupportedPlatformVariant</key>
|
|
53
|
-
<string>simulator</string>
|
|
54
54
|
</dict>
|
|
55
55
|
</array>
|
|
56
56
|
<key>CFBundlePackageType</key>
|
package/ios/RNBackgroundGeolocation/TSLocationManager.xcframework/_CodeSignature/CodeDirectory
CHANGED
|
Binary file
|
package/ios/RNBackgroundGeolocation/TSLocationManager.xcframework/_CodeSignature/CodeRequirements
CHANGED
|
Binary file
|
package/ios/RNBackgroundGeolocation/TSLocationManager.xcframework/_CodeSignature/CodeRequirements-1
CHANGED
|
Binary file
|
package/ios/RNBackgroundGeolocation/TSLocationManager.xcframework/_CodeSignature/CodeResources
CHANGED
|
@@ -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
|
+
Fu5wIlTx5ElPdxYjdAujA668eyo=
|
|
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
|
+
1U8kIxS24dt/O6C9OxPBfPFd1Io=
|
|
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
|
+
Fu5wIlTx5ElPdxYjdAujA668eyo=
|
|
993
|
+
</data>
|
|
994
|
+
<key>hash2</key>
|
|
995
|
+
<data>
|
|
996
|
+
pI8MMzrRcn3TYJPOyllds9QKo0yQvyq8k5lD3rtqkMo=
|
|
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
|
+
1U8kIxS24dt/O6C9OxPBfPFd1Io=
|
|
1316
1466
|
</data>
|
|
1317
1467
|
<key>hash2</key>
|
|
1318
1468
|
<data>
|
|
1319
|
-
|
|
1469
|
+
Qfck21/LzoBiITeuA3upqy7j/D3TKwU+hqgOIw4mLTs=
|
|
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>
|
package/ios/RNBackgroundGeolocation/TSLocationManager.xcframework/_CodeSignature/CodeSignature
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|