Skip to content

Commit

Permalink
Release 5.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ferologics committed Apr 23, 2024
1 parent 42d1087 commit 00f4011
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,22 @@ 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.5.2] - 2024-04-23

### Fixed

- Fixed an edge case when a battery update would be skipped

## [5.5.1] - 2024-04-16

### Added

- iOS: Bundle the Apple Privacy Manifest file as part of the SDK xcframework
- This change is required for all apps that depend on our SDK to pass AppStore review.
- More info in [the announcement](https://developer.apple.com/support/third-party-SDK-requirements/) and Apple docs about [Privacy manifest files](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files)

### Changed

- iOS: Background Location Indicator (Blue Pill)
- Default behaviour has been changed to hidden on devices with "Always" location permission
- Previously the indicator would always show, now only for devices with "While Using" permission
Expand Down Expand Up @@ -514,6 +522,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.5.2]: https://github.com/hypertrack/sdk-ios/releases/tag/5.5.2
[5.5.1]: https://github.com/hypertrack/sdk-ios/releases/tag/5.5.1
[5.5.0]: https://github.com/hypertrack/sdk-ios/releases/tag/5.5.0
[5.4.1]: https://github.com/hypertrack/sdk-ios/releases/tag/5.4.1
Expand Down
4 changes: 2 additions & 2 deletions HyperTrack.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Pod::Spec.new do |spec|

# Root specification
spec.name = "HyperTrack"
spec.version = "5.5.1"
spec.version = "5.5.2"
spec.summary = "A Movement tracking SDK for iOS"
spec.description = "HyperTrack is a Movement tracking SDK"
spec.license = { :type => "Copyright", :text => "Copyright (c) 2023 HyperTrack, Inc. (https://www.hypertrack.com)" }
spec.license = { :type => "Copyright", :text => "Copyright (c) 2024 HyperTrack, Inc. (https://www.hypertrack.com)" }
spec.homepage = "https://hypertrack.com"
spec.author = "HyperTrack Inc."
spec.source = { :http => "https://github.com/hypertrack/sdk-ios/releases/download/#{spec.version}/HyperTrack.xcframework.zip" }
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.5.1"
let version = "5.5.2"

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: "327c2ef90e160d5137ab4a274346fd09448df8b6dd8ab90e970c58b4c3b707d6"
checksum: "806e554198e715368062f6a90283ab68fdd2e064efe379092a6ae77790b1a083"
)
],
swiftLanguageVersions: [.v5]
Expand Down

0 comments on commit 00f4011

Please sign in to comment.