Skip to content

Commit da55ff0

Browse files
committed
chore: TSLocationManager 4.0.32 (url + checksum)
1 parent e5f4fe2 commit da55ff0

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## 4.0.32 — 2026-04-05
4+
- Clean docs, prepare for Dave's deep dive reports
5+
36
## 4.0.31 — 2026-04-02
47
- Update panel images
58
- docs: rewrite README with setup, build, test, publish sections

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ let package = Package(
2525
targets: [
2626
.binaryTarget(
2727
name: "TSLocationManager",
28-
url: "https://github.com/transistorsoft/native-background-geolocation/releases/download/4.0.31/TSLocationManager.xcframework.zip",
29-
checksum: "78c0401b40e2e7fa17b0df25a8fbfc4375f2e68f4d468e62f6a33959cd752d70"
28+
url: "https://github.com/transistorsoft/native-background-geolocation/releases/download/4.0.32/TSLocationManager.xcframework.zip",
29+
checksum: "9221ffff7f23333bff44a51ba76f2a2013ef97d5f192b68da62e0289ae5fe379"
3030
),
3131

3232
// Swift overlay that reexports the binary + TSBackgroundFetch

TSLocationManager.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Pod::Spec.new do |s|
77
s.name = 'TSLocationManager'
8-
s.version = '4.0.31'
8+
s.version = '4.0.32'
99
s.summary = 'Enterprise-grade background geolocation.'
1010
s.description = 'Reliable background location with SQLite-first persistence and robust HTTP uploader.'
1111

@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
s.author = { 'Transistor Software' => 'info@transistorsoft.com' }
1616

1717
# Binary distribution
18-
s.source = { :http => 'https://github.com/transistorsoft/native-background-geolocation/releases/download/4.0.31/TSLocationManager.xcframework.zip' }
18+
s.source = { :http => 'https://github.com/transistorsoft/native-background-geolocation/releases/download/4.0.32/TSLocationManager.xcframework.zip' }
1919
s.vendored_frameworks = 'TSLocationManager.xcframework'
2020
s.static_framework = true
2121

0 commit comments

Comments
 (0)