Skip to content

Commit dd0c9c2

Browse files
committed
Release 5.10.0
1 parent 9bcfafd commit dd0c9c2

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

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

8+
## [5.10.0] - 2024-01-17
9+
10+
### Added
11+
12+
- New `HyperTrack.allowMockLocation` getter/setter which can be used to allow mock location(s).
13+
- Use this API **only if** modifying the compiled `HyperTrackAllowMockLocation` Info.plist value is insufficient for your needs.
14+
- example: if for some reason you aren't able to recompile with `HyperTrackAllowMockLocation` set to `YES` for your prod app QA mock location tests.
15+
16+
### Changed
17+
18+
- Fixes and improvements to SDK runtime efficiency
19+
820
## [5.9.1] - 2024-12-05
921

1022
### Changed
@@ -622,6 +634,7 @@ We are excited to announce the release of HyperTrack iOS SDK 5.0.0, a major upda
622634

623635
- SDK now consumes less network data
624636

637+
[5.10.0]: https://github.com/hypertrack/sdk-ios/releases/tag/5.10.0
625638
[5.9.1]: https://github.com/hypertrack/sdk-ios/releases/tag/5.9.1
626639
[5.9.0]: https://github.com/hypertrack/sdk-ios/releases/tag/5.9.0
627640
[5.8.1]: https://github.com/hypertrack/sdk-ios/releases/tag/5.8.1

HyperTrack.podspec

Lines changed: 1 addition & 1 deletion
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.9.1"
5+
spec.version = "5.10.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) 2024 HyperTrack, Inc. (https://www.hypertrack.com)" }

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import PackageDescription
44

55
let name = "HyperTrack"
6-
let version = "5.9.1"
6+
let version = "5.10.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: "c9ee2ff857dc432f4d5ddc79ca7c8f9ea7d6ea788e1352799e0443aa50544d8b"
16+
checksum: "6f6271177ff2fd9d34e14d1a574bc1e288e2a8f3f4e023e7d381e9742b3aad0d"
1717
)
1818
],
1919
swiftLanguageVersions: [.v5]

0 commit comments

Comments
 (0)