Skip to content

Commit

Permalink
Merge pull request #254 from transistorsoft/release-6.0.2
Browse files Browse the repository at this point in the history
[RELEASE] 6.0.2
  • Loading branch information
christocracy authored Jun 14, 2024
2 parents c107828 + 6627299 commit 481d798
Show file tree
Hide file tree
Showing 36 changed files with 85 additions and 78 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [6.0.2] — 2024-06-12
* [Android] Remove permission `FOREGROUND_SERVICE_HEALTH`. It turns out that this permission is no longer required whe
n the `ActivityRecognitionServivce` is defined with a `foregroundServiceType="shortservice"`, instead of `"health"`, which allows a background
-launched foreground-service to stay active for up to 3 minutes, which is sufficient for the `ActivityRecognitionServic
e`, which typically stays activated only for a few milliseconds.
* [Android] Fix "Multiple geofence events triggered for a single geofence registration when registered individually".

## [6.0.1] — 2024-05-14
* [Android] Fix bug in .getCurrentPosition not returning or throwing an error in a condition where Network OFF and GPS ON.

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
229865a9fe5b2e995e9dfce108342ddb
ae3c881630952c33ea9a0dfc4131c199
Original file line number Diff line number Diff line change
@@ -1 +1 @@
488102e8cf03ea0548853807c067a3def43d3a0a
0c9b567149843f8080bb7f540ee66325ce5dc5d4
Original file line number Diff line number Diff line change
@@ -1 +1 @@
46fbac083502efa621c17339f576a5a05ad3b3f96de481295187e76cbae1a38c
9d81fc3c04d1eeb71f3acc19a13853e34607e5c61a5ef944e91c3e12aac326f1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ab32b05cc9ed5d0cb741a0235aced32ebbc22e65b43f41fa8f821e3c948e6063f1b0169ca5899c554d700b02b79d2e6c449d242b260a3724ead6e5a938b7def4
194b14a3e0fe4dc28862d40cc61fe810398253863d13882d2795c78da51108297bb86e7f0e199614f331c7a2fbd4eb025495b77c3a040498a76b359f79160a01
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
<version>3.5.3</version>
<version>3.5.4</version>
</versions>
<lastUpdated>20240503133701</lastUpdated>
<lastUpdated>20240614124335</lastUpdated>
</versioning>
</metadata>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b13a14d7e2aec102540dbead18e02820
e80cecd3aace3f1dab7d870bd3558915
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b6dc73d8c06005b02c2a862993177e5ba45e7235
05fd631d2be61cf4ab1010c0e512f3aa47b8393f
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b04dfea8f3869e07b3cd6102afdb11f9815b426c5b2c19d88d1056217573076c
a16a52fb8c5b2366746682e007836e60ef7e5957bf1cd418df7aa877f6bdef73
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1414603c8f2960f35def168ac57895547c037441fca07c9bd4ea27055acb8225105fc3fcc32ad70daa5cf125d25ea817a57f9bff6f331a4e214ea2a4144d3098
22cd7f8f7117f1c5fb2b2b1946bd218dd9c11fab4367ef1c031917d8ed563b623d3e9460c2246efcce7bcf721d78ef572737d995a0434d77e1aefb026dd5f037
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
<version>3.5.3</version>
<version>3.5.4</version>
</versions>
<lastUpdated>20240503133701</lastUpdated>
<lastUpdated>20240614124335</lastUpdated>
</versioning>
</metadata>
10 changes: 5 additions & 5 deletions ios/TSLocationManager.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,15 @@
<key>BinaryPath</key>
<string>TSLocationManager.framework/TSLocationManager</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>TSLocationManager.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
Expand All @@ -42,15 +39,18 @@
<key>BinaryPath</key>
<string>TSLocationManager.framework/TSLocationManager</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>TSLocationManager.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file modified ios/TSLocationManager.xcframework/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 481d798

Please sign in to comment.