File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ let package = Package(
1919 // SPM dependency on TSBackgroundFetch (allow patch updates)
2020 . package (
2121 url: " https://github.com/transistorsoft/transistor-background-fetch.git " ,
22- . upToNextMinor( from: " 4.0.6 " )
22+ . upToNextMinor( from: " 4.1.0 " )
2323 )
2424 ] ,
2525 targets: [
2626 . binaryTarget(
2727 name: " TSLocationManager " ,
28- url: " https://github.com/transistorsoft/native-background-geolocation/releases/download/4.1.3 /TSLocationManager.xcframework.zip " ,
29- checksum: " 46fcc241aa3ff33c859f0010b2d8b38319375be3ff46d4185c29b0f2b13a409a "
28+ url: " https://github.com/transistorsoft/native-background-geolocation/releases/download/4.1.4 /TSLocationManager.xcframework.zip " ,
29+ checksum: " 36f17dd28e061efcd078d5c007db6c0160601125fa1adb1782b6c11c46de53f3 "
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.1.3 '
8+ s . version = '4.1.4 '
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.1.3 /TSLocationManager.xcframework.zip' }
18+ s . source = { :http => 'https://github.com/transistorsoft/native-background-geolocation/releases/download/4.1.4 /TSLocationManager.xcframework.zip' }
1919 s . vendored_frameworks = 'TSLocationManager.xcframework'
2020 s . static_framework = true
2121
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
2626 s . libraries = 'sqlite3' , 'z' , 'c++'
2727
2828 # TSBackgroundFetch dependency (allow patch updates)
29- s . dependency 'TSBackgroundFetch' , '~> 4.0.6 '
29+ s . dependency 'TSBackgroundFetch' , '~> 4.1.0 '
3030
3131 s . pod_target_xcconfig = { 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES' }
3232
You can’t perform that action at this time.
0 commit comments