Skip to content

Commit

Permalink
Release 5.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ferologics committed Jan 17, 2025
1 parent 9bcfafd commit dd0c9c2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.10.0] - 2024-01-17

### Added

- New `HyperTrack.allowMockLocation` getter/setter which can be used to allow mock location(s).
- Use this API **only if** modifying the compiled `HyperTrackAllowMockLocation` Info.plist value is insufficient for your needs.
- example: if for some reason you aren't able to recompile with `HyperTrackAllowMockLocation` set to `YES` for your prod app QA mock location tests.

### Changed

- Fixes and improvements to SDK runtime efficiency

## [5.9.1] - 2024-12-05

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

- SDK now consumes less network data

[5.10.0]: https://github.com/hypertrack/sdk-ios/releases/tag/5.10.0
[5.9.1]: https://github.com/hypertrack/sdk-ios/releases/tag/5.9.1
[5.9.0]: https://github.com/hypertrack/sdk-ios/releases/tag/5.9.0
[5.8.1]: https://github.com/hypertrack/sdk-ios/releases/tag/5.8.1
Expand Down
2 changes: 1 addition & 1 deletion HyperTrack.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |spec|

# Root specification
spec.name = "HyperTrack"
spec.version = "5.9.1"
spec.version = "5.10.0"
spec.summary = "A Movement tracking SDK for iOS"
spec.description = "HyperTrack is a Movement tracking SDK"
spec.license = { :type => "Copyright", :text => "Copyright (c) 2024 HyperTrack, Inc. (https://www.hypertrack.com)" }
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import PackageDescription

let name = "HyperTrack"
let version = "5.9.1"
let version = "5.10.0"

let package = Package(
name: name,
Expand All @@ -13,7 +13,7 @@ let package = Package(
.binaryTarget(
name: name,
url: "https://github.com/hypertrack/sdk-ios/releases/download/\(version)/\(name).xcframework.zip",
checksum: "c9ee2ff857dc432f4d5ddc79ca7c8f9ea7d6ea788e1352799e0443aa50544d8b"
checksum: "6f6271177ff2fd9d34e14d1a574bc1e288e2a8f3f4e023e7d381e9742b3aad0d"
)
],
swiftLanguageVersions: [.v5]
Expand Down

0 comments on commit dd0c9c2

Please sign in to comment.