Skip to content

Commit 41991d7

Browse files
committed
chore: TSLocationManager 4.0.26 (url + checksum)
1 parent 064ff0f commit 41991d7

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

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.25/TSLocationManager.xcframework.zip",
29-
checksum: "7c560255be9e75db044d958ea72933a343289290df228f757fc1a6f9767e80f3"
28+
url: "https://github.com/transistorsoft/native-background-geolocation/releases/download/4.0.26/TSLocationManager.xcframework.zip",
29+
checksum: "83a625caee73ed6cb39a1787bc92ed3c1d15835b86c9f3d223552dd018def382"
3030
),
3131

3232
// Swift overlay that reexports the binary + TSBackgroundFetch

TSLocationManager.podspec

Lines changed: 3 additions & 5 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.25'
8+
s.version = '4.0.26'
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.25/TSLocationManager.xcframework.zip' }
18+
s.source = { :http => 'https://github.com/transistorsoft/native-background-geolocation/releases/download/4.0.26/TSLocationManager.xcframework.zip' }
1919
s.static_framework = true
2020

2121
s.ios.deployment_target = '12.0'
@@ -27,6 +27,7 @@ Pod::Spec.new do |s|
2727
# TSBackgroundFetch dependency (allow patch updates)
2828
s.dependency 'TSBackgroundFetch', '~> 4.0.6'
2929

30+
s.swift_version = '5.9'
3031
s.pod_target_xcconfig = { 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES' }
3132

3233
s.documentation_url = 'https://github.com/transistorsoft/native-background-geolocation'
@@ -40,12 +41,9 @@ Pod::Spec.new do |s|
4041
end
4142

4243
# Swift: Pure Swift overlay for native SwiftUI developers.
43-
# Uses a distinct module_name to avoid the TSLocationManager module/class collision.
4444
s.subspec 'Swift' do |swift|
4545
swift.source_files = 'SwiftInterface/**/*.swift'
4646
swift.dependency 'TSLocationManager/Core'
47-
swift.swift_version = '5.9'
48-
swift.module_name = 'TSLocationManagerSwift'
4947
end
5048

5149
s.default_subspecs = 'Core'

0 commit comments

Comments
 (0)