Skip to content

Commit f6bf043

Browse files
committed
Release iOS SDK 5.3.0
1 parent 3d558fc commit f6bf043

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [5.3.0] - 2024-01-20
8+
### Added
9+
- Reports drivers who change the time on the phone. Changing time doesn't affect the data.
10+
11+
### Fixed
12+
- Prevents data corruption by forcing OS to write the data to disk on every write.
13+
714
## [5.2.0] - 2024-01-16
815
### Added
916
- Uses NTP servers to synchronize time independantly from the OS. Avoids sending data with wrong time information for users who override phone's settings with incorrect values.
@@ -335,6 +342,8 @@ We are excited to announce the release of HyperTrack iOS SDK 5.0.0, a major upda
335342
- SDK now consumes less network data
336343

337344

345+
[5.3.0]: https://github.com/hypertrack/sdk-ios/releases/tag/5.3.0
346+
[5.2.0]: https://github.com/hypertrack/sdk-ios/releases/tag/5.2.0
338347
[5.1.0]: https://github.com/hypertrack/sdk-ios/releases/tag/5.1.0
339348
[5.0.8]: https://github.com/hypertrack/sdk-ios/releases/tag/5.0.8
340349
[5.0.7]: https://github.com/hypertrack/sdk-ios/releases/tag/5.0.7

HyperTrack.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pod::Spec.new do |spec|
22

33
# Root specification
44
spec.name = "HyperTrack"
5-
spec.version = "5.2.0"
5+
spec.version = "5.3.0"
66
spec.summary = "A Movement tracking SDK for iOS"
77
spec.description = "HyperTrack is a Movement tracking SDK"
88
spec.license = { :type => "Copyright", :text => "Copyright (c) 2023 HyperTrack, Inc. (https://www.hypertrack.com)" }

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import PackageDescription
44

55
let name = "HyperTrack"
6-
let version = "5.2.0"
6+
let version = "5.3.0"
77

88
let package = Package(
99
name: name,
@@ -13,7 +13,7 @@ let package = Package(
1313
.binaryTarget(
1414
name: name,
1515
url: "https://github.com/hypertrack/sdk-ios/releases/download/\(version)/\(name).xcframework.zip",
16-
checksum: "3b51e3a2d0d9c9a6290614cc8642dd0ca473c275e04d319c31d24f87ca2011e7"
16+
checksum: "8c9eb583e9aaafb3268b665a08126813834fb98ffc5a563d0c6663b6460a764c"
1717
)
1818
],
1919
swiftLanguageVersions: [.v5]

0 commit comments

Comments
 (0)