react-native-background-geolocation 4.16.0 → 4.16.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/.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 +6 -6
- 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
|
+
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
|
|
@@ -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>
|
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
|
+
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>
|
package/ios/RNBackgroundGeolocation/TSLocationManager.xcframework/_CodeSignature/CodeSignature
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|