File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 4.0.30 &mdash ; 2026-03-26
4+ - Fix Capacitor validation
5+ - Add retry to asset checksum verification in publish-ios.sh
6+
37## 4.0.29 &mdash ; 2026-03-26
48- Set framework IPHONEOS_DEPLOYMENT_TARGET to 13.0 to match podspec
59
Original file line number Diff line number Diff 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.29 /TSLocationManager.xcframework.zip " ,
29- checksum: " 30105c26a78a44aa9936aa90fdcf85900f878fa27910d6021571974fc846d65c "
28+ url: " https://github.com/transistorsoft/native-background-geolocation/releases/download/4.0.30 /TSLocationManager.xcframework.zip " ,
29+ checksum: " d1add09b4f2fa3c933b16cb2b0277a18bae2704210f15a2e7f5c18b2a7a9994a "
3030 ) ,
3131
3232 // Swift overlay that reexports the binary + TSBackgroundFetch
Original file line number Diff line number Diff line change 55
66Pod ::Spec . new do |s |
77 s . name = 'TSLocationManager'
8- s . version = '4.0.29 '
8+ s . version = '4.0.30 '
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.29 /TSLocationManager.xcframework.zip' }
18+ s . source = { :http => 'https://github.com/transistorsoft/native-background-geolocation/releases/download/4.0.30 /TSLocationManager.xcframework.zip' }
1919 s . vendored_frameworks = 'TSLocationManager.xcframework'
2020 s . static_framework = true
2121
You can’t perform that action at this time.
0 commit comments