Skip to content

Commit 462d4e8

Browse files
committed
chore: TSLocationManager 4.0.28 (url + checksum)
1 parent 23f6e8b commit 462d4e8

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import PackageDescription
99
let package = Package(
1010
name: "TSLocationManager",
1111
platforms: [
12-
.iOS(.v12)
12+
.iOS(.v13)
1313
],
1414
products: [
1515
// Consumers: import BackgroundGeolocation
@@ -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.27/TSLocationManager.xcframework.zip",
29-
checksum: "63e664c2d5283cac7ed28e014de6edf7bf21591a880b5c4cb22bd53806ae636a"
28+
url: "https://github.com/transistorsoft/native-background-geolocation/releases/download/4.0.28/TSLocationManager.xcframework.zip",
29+
checksum: "fcdd760463d1ce3944d533a595c4b4beeecaa524cb9b9db8f9ccfc6a12b140f1"
3030
),
3131

3232
// Swift overlay that reexports the binary + TSBackgroundFetch

TSLocationManager.podspec

Lines changed: 3 additions & 3 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.27'
8+
s.version = '4.0.28'
99
s.summary = 'Enterprise-grade background geolocation.'
1010
s.description = 'Reliable background location with SQLite-first persistence and robust HTTP uploader.'
1111

@@ -15,11 +15,11 @@ 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.27/TSLocationManager.xcframework.zip' }
18+
s.source = { :http => 'https://github.com/transistorsoft/native-background-geolocation/releases/download/4.0.28/TSLocationManager.xcframework.zip' }
1919
s.vendored_frameworks = 'TSLocationManager.xcframework'
2020
s.static_framework = true
2121

22-
s.ios.deployment_target = '12.0'
22+
s.ios.deployment_target = '13.0'
2323

2424
s.frameworks = 'CoreLocation', 'SystemConfiguration', 'CoreTelephony'
2525
s.weak_frameworks = 'BackgroundTasks'

0 commit comments

Comments
 (0)